diff options
author | asami <asami@FreeBSD.org> | 1996-01-30 01:25:40 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-01-30 01:25:40 +0000 |
commit | 0ad6f338417f576a28ac2551275b74242ca2691b (patch) | |
tree | 2f4f84b71c448922976ec26ec6a23ec28b55b5b9 /sbin/ccdconfig/Makefile | |
parent | 42c5ea8f892c16aa6049850dce80b04b6e632d6a (diff) | |
download | FreeBSD-src-0ad6f338417f576a28ac2551275b74242ca2691b.zip FreeBSD-src-0ad6f338417f576a28ac2551275b74242ca2691b.tar.gz |
ccdcontrol -> ccdconfig.
Diffstat (limited to 'sbin/ccdconfig/Makefile')
-rw-r--r-- | sbin/ccdconfig/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ccdconfig/Makefile b/sbin/ccdconfig/Makefile index ca62c11..411f90b 100644 --- a/sbin/ccdconfig/Makefile +++ b/sbin/ccdconfig/Makefile @@ -1,6 +1,6 @@ -PROG= ccdcontrol -SRCS= ccdcontrol.c -MAN8= ccdcontrol.8 +PROG= ccdconfig +SRCS= ccdconfig.c +MAN8= ccdconfig.8 CFLAGS+= -I${.CURDIR}/../../sys LDADD+= -lkvm |