Makefile revision 1.4
11.4Sgwr# $NetBSD: Makefile,v 1.4 1997/12/12 03:36:38 gwr Exp $ 21.1Sgwr# 31.1Sgwr# Stubs to kill off some things from libc: 41.1Sgwr# This save space on a boot system. 51.4Sgwr# (See Makefile.inc also.) 61.1Sgwr 71.1SgwrLIB= hack 81.4SgwrSRCS= getgrent.c gethost.c getnet.c getnetgr.c getpwent.c \ 91.3Sjtc setlocale.c yplib.c 101.1Sgwr 111.1SgwrNOPIC= 121.1SgwrNOPROFILE= 131.1Sgwr 141.1Sgwrall: libhack.a 151.2Sgwr 161.2Sgwrtpwent: getpwent.c 171.2Sgwr $(CC) -g -o $@.o -DTEST_MAIN -c getpwent.c 181.2Sgwr $(CC) -o $@ $@.o 191.1Sgwr 201.1Sgwr.include <bsd.lib.mk> 21