2024-05-27 23:32:37 +02:00

12 lines
316 B
Makefile
Executable File

#
# Use GNU's fixed header files.
#
SYS_DEFS = -D__USE_FIXED_PROTOTYPES__ -DSOLARIS
SENT_FLAGS = -ffixed-%g2 -ffixed-%g3 -ffixed-%g4
SYS_LIBS = -lresolv -lnsl -lsocket -L${BERKDB_ROOT}/PORT/${SYSTYPE} -ldb
include ../Makefile.pre
include ../Makefile.post
# DO NOT DELETE THIS LINE -- make depend depends on it