From ceefda85fc121ff63199f91d4e18f63ac407d97a Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sat, 12 May 2001 14:34:46 +0000 Subject: [PATCH] Fixed missing DPADD. Don't clobber CFLAGS by assigning to it using "=". Fixed some style bugs. --- usr.sbin/devinfo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/devinfo/Makefile b/usr.sbin/devinfo/Makefile index a3f978688346..3f12588389c3 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