diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-17 10:52:12 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2004-03-17 10:52:12 +0000 |
commit | 5d8fdf31ddd8c7c04fae6ee3bda1911c93ee3d4a (patch) | |
tree | d5ef6e1e5cccada8083ad9f7bd16a2c0b8073fcb /usr.bin/xinstall/Makefile | |
parent | 2dc7343e8e014f820f239844bd30896697d5d55f (diff) |
Trust bsd.prog.mk to set SRCS correctly.
Notes
Notes:
svn path=/head/; revision=127111
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 3116d07f9771..e6ff88e90a5b 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -3,7 +3,6 @@ PROG= xinstall PROGNAME= install -SRCS= xinstall.c MAN= install.1 .include <bsd.prog.mk> |