Don't specify SRCS= when it can be obtained from PROGS=

This commit is contained in:
Xin LI 2005-01-27 13:25:09 +00:00
parent 18ec63de27
commit 6984496e54
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140902

View File

@ -2,6 +2,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= chio
SRCS= chio.c
.include <bsd.prog.mk>