diff options
author | grog <grog@FreeBSD.org> | 2001-05-23 23:25:50 +0000 |
---|---|---|
committer | grog <grog@FreeBSD.org> | 2001-05-23 23:25:50 +0000 |
commit | 0e32717daf67a31b331994f23c4ce8af2577a1df (patch) | |
tree | 8325ddfc332227d9cc53bebd36ae89fe62682f04 /sbin/vinum | |
parent | 594482926a8049dfea154e82588c13e4dd7f99a3 (diff) | |
download | FreeBSD-src-0e32717daf67a31b331994f23c4ce8af2577a1df.zip FreeBSD-src-0e32717daf67a31b331994f23c4ce8af2577a1df.tar.gz |
Remove cruft.
Diffstat (limited to 'sbin/vinum')
-rw-r--r-- | sbin/vinum/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sbin/vinum/Makefile b/sbin/vinum/Makefile index 6ef5797..4560909 100644 --- a/sbin/vinum/Makefile +++ b/sbin/vinum/Makefile @@ -6,9 +6,6 @@ MAN= vinum.8 CFLAGS+= -I${.CURDIR}/../../sys -Wall -# Print __FILE__ and __LINE__ when doing perror() -#CFLAGS+= -DDEVBUG - DPADD= ${LIBREADLINE} ${LIBTERMCAP} ${LIBDEVSTAT} LDADD= -lreadline -ltermcap -ldevstat |