blob: 33fcc1e783b9aa974fc68601fd37f54144cabd74 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
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
|