summaryrefslogtreecommitdiff
path: root/Makefile.conf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>1999-03-26 19:19:46 +0000
committerTed Lemon <source@isc.org>1999-03-26 19:19:46 +0000
commit2d1b06e071253c6850a1d27ca9b7857620ccc5a5 (patch)
treedca2263056763e8bcb12d0687669c8e02bc336e9 /Makefile.conf
parent2540af046cb52279823d956a2f6ff5723d0eeef9 (diff)
downloadisc-dhcp-2d1b06e071253c6850a1d27ca9b7857620ccc5a5.tar.gz
Pull up changes in Patchlevel 19
Diffstat (limited to 'Makefile.conf')
-rw-r--r--Makefile.conf15
1 files changed, 13 insertions, 2 deletions
diff --git a/Makefile.conf b/Makefile.conf
index 361165f6..29345cae 100644
--- a/Makefile.conf
+++ b/Makefile.conf
@@ -45,7 +45,19 @@ VARDB = /var/db
# removes the comment characters from the appropriate set of
# assignments, and writes the output to Makefile.
-## NEXTSTEP 3.x,4.x
+## AIX 4.1.5.0
+##--aix--
+#CF = cf/aix.h
+#CC=cc -Daix
+#INSTALL=/usr/ucb/install
+#MANINSTALL=/usr/ucb/install
+#ADMMANEXT = .8
+#FFMANEXT = .5
+#VARRUN = /etc
+#VARDB = /etc
+##--aix--
+
+ NEXTSTEP 3.x,4.x
##--nextstep--
#LIBS =
#CF = cf/nextstep.h
@@ -115,7 +127,6 @@ VARDB = /var/db
#CF = cf/alphaosf.h
#ADMMANEXT = .8
#FFMANEXT = .5
-#VARRUN = /etc
#VARDB = /etc
##--alphaosf--