Fixed missing DPADD.

Don't clobber CFLAGS by assigning to it using "=".

Fixed some style bugs.
This commit is contained in:
Bruce Evans 2001-05-12 14:34:46 +00:00
parent 2bd4318c24
commit ceefda85fc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76516

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PROG= devinfo
DPADD= ${LIBDEVINFO}
LDADD= -ldevinfo
CFLAGS= -Wall
NOMAN= yes
NOMAN=
.include <bsd.prog.mk>