diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-21 14:45:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-03-21 14:45:46 +0000 |
| commit | 09823ba540853b50c5514ddd23edfaba4dcab701 (patch) | |
| tree | be625e7ed5bd3fe46999c5149a6a33918cf99ec3 /usr.sbin/gstat | |
| parent | c6885e26178eced1500304b4e620ddf6957c4753 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/gstat')
| -rw-r--r-- | usr.sbin/gstat/Makefile | 17 |
1 files changed, 5 insertions, 12 deletions
diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile index bc79bb277f30..cff804055a1c 100644 --- a/usr.sbin/gstat/Makefile +++ b/usr.sbin/gstat/Makefile @@ -1,19 +1,12 @@ # $FreeBSD$ -PROG= gstat +.PATH: ${.CURDIR}/../../sys/kern +PROG= gstat +NOMAN= SRCS= gstat.c subr_sbuf.c - -.PATH: ${CURDIR}/../../sys/kern - WARNS?= 5 - -LDADD += -lgeom -LDADD += -ldevstat -LDADD += -lkvm -LDADD += -lbsdxml -LDADD += -lcurses - -NOMAN= sorry +DPADD= ${LIBGEOM} ${LIBDEVSTAT} ${LIBKVM} ${LIBBSDXML} ${LIBCURSES} +LDADD= -lgeom -ldevstat -lkvm -lbsdxml -lcurses .include <bsd.prog.mk> |
