blob: b63134c942f8a724f6868ae7d1f483e7d5cb1576 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
*** Makefile.orig Thu Oct 20 17:08:27 1994
--- Makefile Wed Nov 9 21:16:56 1994
***************
*** 14,20 ****
# on the command line (like "make DESTROOT=/usr/wheel sunos4")
#
MAKE=make
! DESTROOT=/usr/local
DESTDIR=$(DESTROOT)/sbin
MANROOT=$(DESTROOT)/man
MANDIR=$(MANROOT)/man8
--- 14,20 ----
# on the command line (like "make DESTROOT=/usr/wheel sunos4")
#
MAKE=make
! DESTROOT=${PREFIX}
DESTDIR=$(DESTROOT)/sbin
MANROOT=$(DESTROOT)/man
MANDIR=$(MANROOT)/man8
***************
*** 43,49 ****
CFLAGS=-O
! all:
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""
--- 43,51 ----
CFLAGS=-O
! all: freebsd
!
! fake:
@echo "Please specify the type of system you wish to build for."
@echo "Valid systems are:"
@echo ""
|