diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2000-03-27 18:38:29 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2000-03-27 18:38:29 +0000 |
| commit | 07b065a591b026c05dbb40e715987592c28db5cd (patch) | |
| tree | abfe58f963d349abaf775430186570b4ff49b6c2 | |
| parent | 76fbc068b8a31546df0d53f547cb6d454ef944e8 (diff) | |
Notes
| -rw-r--r-- | sbin/vinum/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 7207884456c9..f9e2e41be94a 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,13 +1,14 @@ # $FreeBSD$ -MAINTAINER = grog@FreeBSD.org +MAINTAINER= grog@FreeBSD.org + PROG= vinum SRCS= v.c list.c vinumparser.c vinumutil.c vext.h commands.c MAN8= vinum.8 CFLAGS+= -I${.CURDIR}/../../sys -Wall -DVINUMDEBUG -DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} -LDADD= -lutil -lreadline -ltermcap -ldevstat +DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} +LDADD= -lutil -lreadline -ltermcap -ldevstat .PATH: ${.CURDIR}/../../sys/dev/vinum |
