Home | History | Annotate | Line # | Download | only in libhack
Makefile revision 1.1.1.1
      1 # $NetBSD: Makefile,v 1.1.1.1 1995/10/08 23:08:48 gwr Exp $
      2 #
      3 # Stubs to kill off some things from libc:
      4 # This save space on a boot system.
      5 #
      6 
      7 LIB=	hack
      8 SRCS=	getgrent.c gethost.c getnetgr.c getpwent.c
      9 
     10 NOPIC=
     11 NOPROFILE=
     12 
     13 all: libhack.a
     14 
     15 .include <bsd.lib.mk>
     16