diff options
author | Ted Lemon <source@isc.org> | 1996-09-11 18:31:46 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 1996-09-11 18:31:46 +0000 |
commit | d7774eb0d2f277c6e8eb440c675699f627272bda (patch) | |
tree | 6ecc4b7c572ceef0e861e6c6110104d2ae90a156 /Makefile.dist | |
parent | 911af7a5cb2ad4c5796fd66c63f1555ebe4bc2ff (diff) | |
download | isc-dhcp-d7774eb0d2f277c6e8eb440c675699f627272bda.tar.gz |
Support for Sun C Compiler
Diffstat (limited to 'Makefile.dist')
-rw-r--r-- | Makefile.dist | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Makefile.dist b/Makefile.dist index 744764e2..431fe06d 100644 --- a/Makefile.dist +++ b/Makefile.dist @@ -67,7 +67,7 @@ VARDB = /var/db ##--sunos4-- ## Solaris 2.5 (with gcc) -##--sunos5-- +##--sunos5-gcc-- #INSTALL=/usr/ucb/install #MANINSTALL=/usr/ucb/install #LIBS = -lresolv -lsocket -lnsl -lgen @@ -81,7 +81,23 @@ VARDB = /var/db #FFMANEXT = .4 #VARRUN = /etc #VARDB = /etc -##--sunos5-- +##--sunos5-gcc-- + +## Solaris 2.5 (with Sun cc) +##--sunos5-cc-- +#INSTALL=/usr/ucb/install +#MANINSTALL=/usr/ucb/install +#LIBS = -lresolv -lsocket -lnsl -lgen +#CC=cc +#COPTS = -D__svr4__ +#CF = cf/sunos5-5.h +#ADMMANDIR = /usr/share/man/cat1m +#ADMMANEXT = .1m +#FFMANDIR = /usr/share/man/cat4 +#FFMANEXT = .4 +#VARRUN = /etc +#VARDB = /etc +##--sunos5-cc-- ## DEC Alpha/OSF1 ##--alphaosf-- |