archie/archie/tools/SunOS-5.4/Makefile.in
2024-05-27 16:13:40 +02:00

16 lines
382 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_0 = -L${BERKDB_ROOT}/${SYSTYPE} -ldb
SYS_LIBS_1 = -lresolv -lnsl -lsocket -lmp
SYS_LIBS = ${SYS_LIBS_0} ${SYS_LIBS_1}
include ../Makefile.pre
RANLIB = :
include ../Makefile.post
# DO NOT DELETE THIS LINE -- make depend depends on it