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 c643a6e2c1
commit 7c352f942e

View File

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