diff options
author | delphij <delphij@FreeBSD.org> | 2005-01-27 14:52:47 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2005-01-27 14:52:47 +0000 |
commit | 32d71c2dd43aadd3e2e7afe6a94b527f58eea663 (patch) | |
tree | 8c2b9d4011ea25a91e24483ed474b25ee788be1e /usr.sbin/arlcontrol | |
parent | 4a4e55c7dd46f4fec5bab18c86a18fbd287011d8 (diff) | |
download | FreeBSD-src-32d71c2dd43aadd3e2e7afe6a94b527f58eea663.zip FreeBSD-src-32d71c2dd43aadd3e2e7afe6a94b527f58eea663.tar.gz |
Remove unnecessary SRCS= where could be guessed directly by our
bsd.*.mk infrasture.
Obtained from: ru
Diffstat (limited to 'usr.sbin/arlcontrol')
-rw-r--r-- | usr.sbin/arlcontrol/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/arlcontrol/Makefile b/usr.sbin/arlcontrol/Makefile index a7b4a14..b9b8153 100644 --- a/usr.sbin/arlcontrol/Makefile +++ b/usr.sbin/arlcontrol/Makefile @@ -4,7 +4,6 @@ # PROG= arlcontrol -SRCS= arlcontrol.c CFLAGS= -I${.CURDIR}/../../sys -DARLCACHE MAN= arlcontrol.8 |