1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Perform a major cleanup of the usr.sbin Makefiles.

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.
This commit is contained in:
David E. O'Brien 2001-07-20 06:20:32 +00:00
parent 22ba2c102a
commit aff9c67b1f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45265

View File

@ -1,10 +1,9 @@
# $FreeBSD$
PROG= diskcheckd
MAN8= diskcheckd.8
MLINKS= diskcheckd.8 diskcheckd.conf.5
BINDIR?= /usr/sbin
PROG= diskcheckd
MAN8= diskcheckd.8
MLINKS= diskcheckd.8 diskcheckd.conf.5
.include <bsd.prog.mk>