diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2001-05-12 14:34:46 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2001-05-12 14:34:46 +0000 |
| commit | ceefda85fc121ff63199f91d4e18f63ac407d97a (patch) | |
| tree | 67c2ddf295317758dbf1ce45b6d276ceee555376 /usr.sbin/devinfo | |
| parent | 2bd4318c24ea9e8d2280348222371aa5a22e1a76 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/devinfo')
| -rw-r--r-- | usr.sbin/devinfo/Makefile | 4 |
1 files 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 <bsd.prog.mk> |
