1
0
Files
irix-657m-src/eoe/lib/ns/ndbm/Makefile
2022-09-29 17:59:04 +03:00

18 lines
330 B
Makefile

#!smake
BASELIB = libns_ndbm_n32.a
include $(ROOT)/usr/include/make/librootdefs
CFILES= lookup.c
LCOPTS= -fullwarn
LCDEFS= -DNDEBUG
LLDLIBS= -lc
default all: $(TARGETS)
include $(ROOT)/usr/include/make/librootrules
install: default
${INSTALL} -u root -g sys -m 644 -F /var/ns/lib \
-src libns_ndbm_n32.so libns_ndbm.so