Makefile revision 1.13
11.13Stv# $NetBSD: Makefile,v 1.13 2001/12/12 00:05:10 tv 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.13StvLIB= hack 81.13StvSRCS= getcap.c getgrent.c gethost.c getnet.c getnetgr.c getpwent.c \ 91.13Stv localeconv.c perror.c setlocale.c \ 101.13Stv strerror.c strsignal.c utmp.c yplib.c 111.8Smrg.ifndef NOLIBHACKOPENDIR 121.13StvSRCS+= opendir.c 131.8Smrg.endif 141.7Sgwr 151.13StvWARNS= 1 161.13StvNOLINKLIB= # defined 171.13StvNOLINT= # defined 181.13StvNOPIC= # defined 191.13StvNOPROFILE= # defined 201.9Sdan 211.13Stvrealall: libhack.o 221.7Sgwr 231.13Stvlibhack.o: libhack.a 241.13Stv ${LD} -r -o $@ --whole-archive libhack.a 251.9Sdan 261.13StvCLEANFILES+= libhack.o 271.2Sgwr 281.2Sgwrtpwent: getpwent.c 291.13Stv ${CC} -g -o $@.o -DTEST_MAIN -c getpwent.c 301.13Stv ${CC} -o $@ $@.o 311.1Sgwr 321.1Sgwr.include <bsd.lib.mk> 33