Makefile revision 1.6
11.6Ssommerfe# $NetBSD: Makefile,v 1.6 1999/03/13 19:08:43 sommerfe 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.6SsommerfeSRCS= getcap.c getgrent.c gethost.c getnet.c getnetgr.c getpwent.c setlocale.c yplib.c 91.6SsommerfeWARNS= 1 101.5SlukemMKPIC= no 111.6SsommerfeMKLINT= no 121.5SlukemMKPROFILE=no 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