90e655ea4e
These are not perfectly in agreement with each other style-wise, but they are orders of orders of magnitude more consistent style-wise than before.
10 lines
132 B
Makefile
10 lines
132 B
Makefile
# $FreeBSD$
|
|
|
|
BINDIR?= /usr/sbin
|
|
|
|
PROG= diskcheckd
|
|
MAN8= diskcheckd.8
|
|
MLINKS= diskcheckd.8 diskcheckd.conf.5
|
|
|
|
.include <bsd.prog.mk>
|