Makefile revision 1.3
11.3Sjtc# $NetBSD: Makefile,v 1.3 1996/10/09 00:13:36 jtc 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.3SjtcSRCS=	getgrent.c gethost.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