diff options
Diffstat (limited to 'net/rboot/files/patch-aa')
-rw-r--r-- | net/rboot/files/patch-aa | 23 |
1 files changed, 10 insertions, 13 deletions
diff --git a/net/rboot/files/patch-aa b/net/rboot/files/patch-aa index 33fcc1e783b9..6f50c89756f6 100644 --- a/net/rboot/files/patch-aa +++ b/net/rboot/files/patch-aa @@ -1,13 +1,10 @@ -*** Makefile.orig Sun Oct 10 14:30:03 1999 ---- Makefile Sun Oct 10 14:26:58 1999 -*************** -*** 1,4 **** -! INSTALL_PREFIX=/exports/rboot -! MANDIR=/usr/local/man - SUBDIRS= boot dev etc mnt stand - ---- 1,4 ---- -! INSTALL_PREFIX=$(PREFIX)/rboot -! MANDIR=$(PREFIX)/man - SUBDIRS= boot dev etc mnt stand - +--- Makefile.orig Sun Oct 10 22:53:12 1999 ++++ Makefile Tue Apr 13 21:41:22 2004 +@@ -1,5 +1,5 @@ +-INSTALL_PREFIX=/exports/rboot +-MANDIR=/usr/local/man ++INSTALL_PREFIX=$(PREFIX)/rboot ++MANDIR=$(PREFIX)/man + SUBDIRS= boot dev etc mnt stand + + all clean: |