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

This commit is contained in:
delphij 2005-01-27 13:25:09 +00:00
parent 0601fb53bb
commit 083cbbe25c

View File

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