summaryrefslogtreecommitdiff
path: root/bin/chio
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2005-01-27 13:25:09 +0000
committerXin LI <delphij@FreeBSD.org>2005-01-27 13:25:09 +0000
commit6984496e54289f31b266152ab169bce6800225bd (patch)
tree15a2de4abd97a50bcee72b7aa12323b541031ca5 /bin/chio
parent18ec63de27a9ad1e9b38cc56d068e13f2bf0d052 (diff)
downloadsrc-test-6984496e54289f31b266152ab169bce6800225bd.tar.gz
src-test-6984496e54289f31b266152ab169bce6800225bd.zip
Don't specify SRCS= when it can be obtained from PROGS=
Notes
Notes: svn path=/head/; revision=140902
Diffstat (limited to 'bin/chio')
-rw-r--r--bin/chio/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/chio/Makefile b/bin/chio/Makefile
index 172032832c7a1..5157f6568a6cb 100644
--- a/bin/chio/Makefile
+++ b/bin/chio/Makefile
@@ -2,6 +2,5 @@
# @(#)Makefile 8.1 (Berkeley) 6/6/93
PROG= chio
-SRCS= chio.c
.include <bsd.prog.mk>