freebsd-dev/usr.sbin/diskcheckd/Makefile
2001-06-23 19:24:18 +00:00

13 lines
152 B
Makefile

# $FreeBSD$
CFLAGS+= -W -Wall
PROG= diskcheckd
MAN8= diskcheckd.8
MLINKS= diskcheckd.8 diskcheckd.conf.5
BINDIR?= /usr/sbin
.include <bsd.prog.mk>