add libutil.

This commit is contained in:
christos 2011-09-10 18:34:54 +00:00
parent 48bd4d9cb5
commit ebb6dc2ee4
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.22 2009/04/14 22:15:20 lukem Exp $
# $NetBSD: Makefile,v 1.23 2011/09/10 18:34:54 christos Exp $
# from: @(#)Makefile 8.1 (Berkeley) 6/6/93
.include <bsd.own.mk>
@ -17,4 +17,7 @@ CPPFLAGS+= -I${NETBSDSRCDIR}/sys
CPPFLAGS+=-DINET6
.endif
LDADD+=-lutil
DPADD+=${LIBUTIL}
.include <bsd.prog.mk>