diff options
author | Ted Lemon <source@isc.org> | 2001-05-31 19:21:44 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-05-31 19:21:44 +0000 |
commit | 179cf103d925d6525a966dad1a10b6464321121e (patch) | |
tree | 4ca0ea92d06ef3b66a18a5f1ddfc8afa81162e5a /Makefile.conf | |
parent | 75d8fbc0bb0472859f98ba8bb34bd0ad66e6f793 (diff) | |
download | isc-dhcp-179cf103d925d6525a966dad1a10b6464321121e.tar.gz |
Add a seperate line item for Darwin.
Diffstat (limited to 'Makefile.conf')
-rw-r--r-- | Makefile.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.conf b/Makefile.conf index 1d4a7945..589ec00a 100644 --- a/Makefile.conf +++ b/Makefile.conf @@ -199,6 +199,14 @@ MINORVERSION=MinorVersion ##SCRIPT=rhapsody ##--rhapsody-- +## Darwin/MacOSX +##--darwin-- +#CF = cf/rhapsody.h +#COPTS = -Ddarwin -Wall -Wno-unused -Wno-implicit -Wno-comment \ +# -Wno-uninitialized -Wno-switch -Werror -pipe $(BINDDEF) +##SCRIPT=rhapsody +##--darwin-- + ## NetBSD ##--netbsd-- #CF = cf/netbsd.h |