aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2001-03-27 10:52:19 +0000
commitdc12be52584a604d0444341077b89a56d670609f (patch)
tree7b14986a10c9088f03f22111b98d87e05fa31f0b /usr.bin/xinstall/Makefile
parent7acf4af8082faffd943110b5f2139fc2a0888a94 (diff)
MAN[1-9] -> MAN.
Notes
Notes: svn path=/head/; revision=74848
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index f41f80e9c40f..50fafa8e0cd5 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PROG= xinstall
-SRCS= xinstall.c
-MAN1= install.1
+MAN= install.1
install: maninstall
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \