freebsd-dev/sbin/camcontrol/Makefile
Kenneth D. Merry 7c903b3d7e Add a MAINTAINER line to modules that I maintain.
Suggested by:	brian, markm
1999-06-18 00:41:47 +00:00

12 lines
191 B
Makefile

MAINTAINER=ken@FreeBSD.ORG
PROG= camcontrol
SRCS= camcontrol.c modeedit.c
MAN8= camcontrol.8
CFLAGS+= -I${.CURDIR}/../../sys
DPADD= ${LIBCAM}
LDADD+= -lcam
.include <bsd.prog.mk>