summaryrefslogtreecommitdiffstats
path: root/usr.sbin/devinfo
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2001-05-12 14:34:46 +0000
committerbde <bde@FreeBSD.org>2001-05-12 14:34:46 +0000
commit48e062ac87284e8a85674735ece98a1537e577ea (patch)
tree00601ceda812cd68e48532462a56d4905f4e1b43 /usr.sbin/devinfo
parentd8410f6a777db5598c587059d26bbd5aa7186809 (diff)
downloadFreeBSD-src-48e062ac87284e8a85674735ece98a1537e577ea.zip
FreeBSD-src-48e062ac87284e8a85674735ece98a1537e577ea.tar.gz
Fixed missing DPADD.
Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs.
Diffstat (limited to 'usr.sbin/devinfo')
-rw-r--r--usr.sbin/devinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/devinfo/Makefile b/usr.sbin/devinfo/Makefile
index a3f9786..3f12588 100644
--- a/usr.sbin/devinfo/Makefile
+++ b/usr.sbin/devinfo/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
PROG= devinfo
+DPADD= ${LIBDEVINFO}
LDADD= -ldevinfo
-CFLAGS= -Wall
-NOMAN= yes
+NOMAN=
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud