Home | History | Annotate | Line # | Download | only in libhack
Makefile.inc revision 1.5.2.1
      1 # $NetBSD: Makefile.inc,v 1.5.2.1 1999/06/21 03:24:46 perry Exp $
      2 # Include this fragment to build libhack.o
      3 # It is .o and not .a to make sure these are the
      4 # objects you get (and not the ones in libc.a)
      5 
      6 HACKOBJS= getcap.o getgrent.o gethost.o getnet.o getnetgr.o getpwent.o \
      7 	localeconv.o opendir.o perror.o setlocale.o \
      8 	strerror.o strsignal.o utmp.o yplib.o
      9 
     10 libhack.o : $(HACKOBJS)
     11 	$(LD) -r -o $@ $(HACKOBJS)
     12 
     13 .PATH: ${HACKSRC}
     14 
     15