]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/fstat/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / usr.bin / fstat / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 6/6/93
2 # $FreeBSD$
3
4 PROG=   fstat
5 SRCS=   fstat.c fuser.c main.c
6 LINKS=  ${BINDIR}/fstat ${BINDIR}/fuser
7 DPADD=  ${LIBKVM} ${LIBUTIL} ${LIBPROCSTAT}
8 LDADD=  -lkvm -lutil -lprocstat
9
10 MAN1=   fuser.1 fstat.1
11
12 .include <bsd.prog.mk>