1 1.2.4.2 gwr # $NetBSD: Makefile,v 1.2.4.2 1995/10/13 18:10:20 gwr Exp $ 2 1.2.4.2 gwr # 3 1.2.4.2 gwr # Stubs to kill off some things from libc: 4 1.2.4.2 gwr # This save space on a boot system. 5 1.2.4.2 gwr # 6 1.2.4.2 gwr 7 1.2.4.2 gwr LIB= hack 8 1.2.4.2 gwr SRCS= getgrent.c gethost.c getnetgr.c getpwent.c 9 1.2.4.2 gwr 10 1.2.4.2 gwr NOPIC= 11 1.2.4.2 gwr NOPROFILE= 12 1.2.4.2 gwr 13 1.2.4.2 gwr all: libhack.a 14 1.2.4.2 gwr 15 1.2.4.2 gwr tpwent: getpwent.c 16 1.2.4.2 gwr $(CC) -g -o $@.o -DTEST_MAIN -c getpwent.c 17 1.2.4.2 gwr $(CC) -o $@ $@.o 18 1.2.4.2 gwr 19 1.2.4.2 gwr .include <bsd.lib.mk> 20