diff options
author | phk <phk@FreeBSD.org> | 2001-09-04 09:19:48 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-09-04 09:19:48 +0000 |
commit | 20b1b953953968c35c006976e8e359af0f11f6bd (patch) | |
tree | ab090a49a0ca2af923904e1789077f2ca69eb684 /sbin/ccdconfig/Makefile | |
parent | 31b78d3bf3b8e1b294289d7f2eaa7faa7c6e29b4 (diff) | |
download | FreeBSD-src-20b1b953953968c35c006976e8e359af0f11f6bd.zip FreeBSD-src-20b1b953953968c35c006976e8e359af0f11f6bd.tar.gz |
Duh! forgot this bit of the NCCD patch.
Submitted by: sobomax
Reviewed by: phk
Diffstat (limited to 'sbin/ccdconfig/Makefile')
-rw-r--r-- | sbin/ccdconfig/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index 33bcd48..ace2477 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -3,9 +3,4 @@ PROG= ccdconfig MAN= ccdconfig.8 -LDADD+= -lkvm -DPADD+= ${LIBKVM} -BINGRP= kmem -BINMODE= 2555 - .include <bsd.prog.mk> |