diff options
Diffstat (limited to 'usr.bin/fstat/Makefile')
-rw-r--r-- | usr.bin/fstat/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/fstat/Makefile b/usr.bin/fstat/Makefile index 6e2829ee779..a36d3a4094c 100644 --- a/usr.bin/fstat/Makefile +++ b/usr.bin/fstat/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.9 2009/06/07 03:10:09 millert Exp $ +# $OpenBSD: Makefile,v 1.10 2009/07/08 16:04:00 millert Exp $ PROG= fstat +SRCS= fstat.c fuser.c +MAN= fstat.1 fuser.1 DPADD= ${LIBKVM} LDADD= -lkvm +LINKS= ${BINDIR}/fstat ${BINDIR}/fuser CFLAGS+=-DINET6 |