summaryrefslogtreecommitdiffstats
path: root/usr.sbin/gstat
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-03-21 14:45:46 +0000
committerru <ru@FreeBSD.org>2003-03-21 14:45:46 +0000
commit2831e8b3e13d8cce5bf3230f092dc4d8607683ce (patch)
treebe625e7ed5bd3fe46999c5149a6a33918cf99ec3 /usr.sbin/gstat
parent1ab34972039edd6dc6062690cc54d7fe210077a5 (diff)
downloadFreeBSD-src-2831e8b3e13d8cce5bf3230f092dc4d8607683ce.zip
FreeBSD-src-2831e8b3e13d8cce5bf3230f092dc4d8607683ce.tar.gz
Fixed a typo in ${.CURDIR} spelling, fatal on systems
without the /sys symlink pointing to the current tree. (Revision 1.2 made it non-fatal, but anyway.) Apply style.Makefile(5). Fixed ``make checkdpadd''.
Diffstat (limited to 'usr.sbin/gstat')
-rw-r--r--usr.sbin/gstat/Makefile17
1 files changed, 5 insertions, 12 deletions
diff --git a/usr.sbin/gstat/Makefile b/usr.sbin/gstat/Makefile
index bc79bb2..cff8040 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>
OpenPOWER on IntegriCloud