2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-09-01 14:55:30 +00:00

Add BSD/OS definitions

This commit is contained in:
Ted Lemon
1996-05-17 01:09:31 +00:00
parent 73fd57182e
commit 2de3ea532a

View File

@@ -11,7 +11,11 @@
# -Wno-uninitialized -Werror # -Wno-uninitialized -Werror
# DEC Alpha/OSF1 # DEC Alpha/OSF1
LIBS= #LIBS=
# BSD/OS 2.1
#LIBS=
#CC=gcc2
CSRC = options.c errwarn.c convert.c conflex.c confpars.c \ CSRC = options.c errwarn.c convert.c conflex.c confpars.c \
tree.c memory.c alloc.c print.c hash.c tables.c inet.c db.c \ tree.c memory.c alloc.c print.c hash.c tables.c inet.c db.c \