Remove SRCS line since it isn't needed for single-source programs.

Pointed out by:	ru
This commit is contained in:
njl 2005-02-26 22:50:25 +00:00
parent 3eb9286d7e
commit 91e6bfeedc

View File

@ -2,7 +2,6 @@
PROG= powerd
MAN= powerd.8
SRCS= powerd.c
WARNS?= 6
.include <bsd.prog.mk>