Note that libhack.o depends on gethost.o, otherwise
the latter won't get built.
This commit is contained in:
parent
fff388471d
commit
a39d5cb13b
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2002/03/25 07:43:47 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2002/03/26 23:09:40 fredette Exp $
|
||||
|
||||
TOP= ${.CURDIR}/..
|
||||
|
||||
|
@ -78,6 +78,7 @@ HACKSRC=${TOP}/../utils/libhack
|
|||
CPPFLAGS+=-I${DESTDIR}/usr/include
|
||||
.include "${HACKSRC}/Makefile.inc"
|
||||
HACKOBJS+= gethost.o
|
||||
libhack.o: gethost.o
|
||||
|
||||
clean cleandir distclean:
|
||||
-rm -f a.out core *.core *.o *.cro *.c
|
||||
|
|
Loading…
Reference in New Issue