NetBSD/distrib/utils/libhack/Makefile

21 lines
431 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 1999/03/13 19:08:43 sommerfe Exp $
#
# Stubs to kill off some things from libc:
# This save space on a boot system.
1997-12-12 06:36:38 +03:00
# (See Makefile.inc also.)
LIB= hack
SRCS= getcap.c getgrent.c gethost.c getnet.c getnetgr.c getpwent.c setlocale.c yplib.c
WARNS= 1
MKPIC= no
MKLINT= no
MKPROFILE=no
all: libhack.a
1995-10-13 21:10:06 +03:00
tpwent: getpwent.c
$(CC) -g -o $@.o -DTEST_MAIN -c getpwent.c
$(CC) -o $@ $@.o
.include <bsd.lib.mk>