mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
aff9e20645
for PC operating systems. It allows you to setup several PCs so that they fetch their operating systems from a central UNIX server.
14 lines
311 B
Plaintext
14 lines
311 B
Plaintext
*** 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
|
|
|