1999-06-27 16:55:58 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.8 1999/06/27 12:56:01 mrg Exp $
|
1995-10-09 02:08:46 +03:00
|
|
|
# Include this fragment to build libhack.o
|
|
|
|
# It is .o and not .a to make sure these are the
|
|
|
|
# objects you get (and not the ones in libc.a)
|
|
|
|
|
1999-03-13 22:08:43 +03:00
|
|
|
HACKOBJS= getcap.o getgrent.o gethost.o getnet.o getnetgr.o getpwent.o \
|
1999-06-27 16:55:58 +04:00
|
|
|
localeconv.o perror.o setlocale.o \
|
1999-05-19 07:58:13 +04:00
|
|
|
strerror.o strsignal.o utmp.o yplib.o
|
1999-06-27 16:55:58 +04:00
|
|
|
.ifndef NOLIBHACKOPENDIR
|
|
|
|
HACKOBJS+= opendir.o
|
|
|
|
.endif
|
1995-10-09 02:08:46 +03:00
|
|
|
|
|
|
|
libhack.o : $(HACKOBJS)
|
|
|
|
$(LD) -r -o $@ $(HACKOBJS)
|
|
|
|
|
1999-05-19 07:58:13 +04:00
|
|
|
.PATH: ${HACKSRC}
|
1995-10-13 21:10:06 +03:00
|
|
|
|