diff options
author | Josef Karthauser <joe@FreeBSD.org> | 2000-06-17 14:19:33 +0000 |
---|---|---|
committer | Josef Karthauser <joe@FreeBSD.org> | 2000-06-17 14:19:33 +0000 |
commit | 141d77b8cb6272fbbad34df51417ca2797f01e12 (patch) | |
tree | 293c983836205dba2d6eec29a747ed131feb6900 /usr.bin/xinstall/Makefile | |
parent | 0a266c86a2a8af315bba5524e1eea841f87feae7 (diff) |
Switch over to using the new fflagstostr and strtofflags library calls.
Notes
Notes:
svn path=/head/; revision=61749
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r-- | usr.bin/xinstall/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index c8bd6e3877a1..f41f80e9c40f 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PROG= xinstall -SRCS= setflags.c xinstall.c -.PATH: ${.CURDIR}/../../lib/libc/gen +SRCS= xinstall.c MAN1= install.1 install: maninstall |