Makefile revision 1.2
11.2Sgwr# $NetBSD: Makefile,v 1.2 1995/10/13 18:10:19 gwr Exp $ 21.1Sgwr# 31.1Sgwr# Stubs to kill off some things from libc: 41.1Sgwr# This save space on a boot system. 51.1Sgwr# 61.1Sgwr 71.1SgwrLIB= hack 81.1SgwrSRCS= getgrent.c gethost.c getnetgr.c getpwent.c 91.1Sgwr 101.1SgwrNOPIC= 111.1SgwrNOPROFILE= 121.1Sgwr 131.1Sgwrall: libhack.a 141.2Sgwr 151.2Sgwrtpwent: getpwent.c 161.2Sgwr $(CC) -g -o $@.o -DTEST_MAIN -c getpwent.c 171.2Sgwr $(CC) -o $@ $@.o 181.1Sgwr 191.1Sgwr.include <bsd.lib.mk> 20