diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-10 15:15:23 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-10 15:15:23 +0000 |
commit | aff9e2064578a114be4d070678a84122dd20be5e (patch) | |
tree | 452ead739ff8c720239a8db0d7500613b4ad31a9 /net/rboot/files/patch-aa | |
parent | Activate ncplib. (diff) |
Moving the rboot port from misc to net. RBoot is a remote boot facility
for PC operating systems. It allows you to setup several PCs so that
they fetch their operating systems from a central UNIX server.
Notes
Notes:
svn path=/head/; revision=23726
Diffstat (limited to 'net/rboot/files/patch-aa')
-rw-r--r-- | net/rboot/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net/rboot/files/patch-aa b/net/rboot/files/patch-aa new file mode 100644 index 000000000000..33fcc1e783b9 --- /dev/null +++ b/net/rboot/files/patch-aa @@ -0,0 +1,13 @@ +*** 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 + |