diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-02-11 05:12:38 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-02-11 05:12:38 +0000 |
| commit | 429c8768ada145265393c7603f4b33b5fe2e028e (patch) | |
| tree | 5502f1fc3e172e7cf522ba1928dad77e3ee44f3c | |
| parent | 9ab4a48a8755072922b54b9b6dee6a538eb9670a (diff) | |
Notes
| -rw-r--r-- | sbin/vinum/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index a1e58e88375f..5ea95f256a3b 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -1,13 +1,13 @@ -# $Id: Makefile,v 1.6.2.1 1999/01/30 01:00:19 grog Exp $ +# $Id: Makefile,v 1.5 1999/01/13 23:05:26 grog Exp $ -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 -g -Wall -DVINUMDEBUG DPADD= ${LIBUTIL} ${LIBREADLINE} ${LIBTERMCAP} -LDADD= -lutil -lreadline -ltermcap +LDADD= -lutil -lreadline -ltermcap -ldevstat .PATH: ${.CURDIR}/../../sys/dev/vinum |
