Module Name: src
Committed By: christos
Date: Sat Sep 10 18:34:54 UTC 2011
Modified Files:
src/usr.bin/fstat: Makefile
Log Message:
add libutil.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/usr.bin/fstat/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/fstat/Makefile
diff -u src/usr.bin/fstat/Makefile:1.22 src/usr.bin/fstat/Makefile:1.23
--- src/usr.bin/fstat/Makefile:1.22 Tue Apr 14 18:15:20 2009
+++ src/usr.bin/fstat/Makefile Sat Sep 10 14:34:54 2011
@@ -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+=-DINET6
.endif
+LDADD+=-lutil
+DPADD+=${LIBUTIL}
+
.include <bsd.prog.mk>