1 1.3.2.1 gwr # $NetBSD: Makefile,v 1.3.2.1 1997/12/13 00:06:38 gwr Exp $ 2 1.1 gwr # 3 1.1 gwr # Stubs to kill off some things from libc: 4 1.1 gwr # This save space on a boot system. 5 1.3.2.1 gwr # (See Makefile.inc also.) 6 1.1 gwr 7 1.1 gwr LIB= hack 8 1.3.2.1 gwr SRCS= getgrent.c gethost.c getnet.c getnetgr.c getpwent.c \ 9 1.3 jtc setlocale.c yplib.c 10 1.1 gwr 11 1.1 gwr NOPIC= 12 1.1 gwr NOPROFILE= 13 1.1 gwr 14 1.1 gwr all: libhack.a 15 1.2 gwr 16 1.2 gwr tpwent: getpwent.c 17 1.2 gwr $(CC) -g -o $@.o -DTEST_MAIN -c getpwent.c 18 1.2 gwr $(CC) -o $@ $@.o 19 1.1 gwr 20 1.1 gwr .include <bsd.lib.mk> 21