diff options
author | Bruce Evans <bde@FreeBSD.org> | 2000-01-05 19:22:10 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 2000-01-05 19:22:10 +0000 |
commit | ed92ab90fcc00d230a400f87b64d717e784984b7 (patch) | |
tree | 55d036458718d70a634e5ccc3f400d5c2f9e4e9f /usr.bin/xinstall/Makefile | |
parent | a37e09e423aa430bade63f30993981f00a33ee02 (diff) |
Actually remove unrequired SRCS.
Notes
Notes:
svn path=/head/; revision=55476
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r-- | usr.bin/xinstall/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index d9729375836d..80331806d48b 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -2,7 +2,6 @@ # $FreeBSD$ PROG= xinstall -SRCS= xinstall.c MAN1= install.1 DPADD= ${LIBUTIL} LDADD= -lutil |