aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'file_cmds/install/Makefile')
-rw-r--r--file_cmds/install/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/file_cmds/install/Makefile b/file_cmds/install/Makefile
index 9513e0e..3116d07 100644
--- a/file_cmds/install/Makefile
+++ b/file_cmds/install/Makefile
@@ -1,6 +1,9 @@
-PROG= install
-SRCS= xinstall.c
+# @(#)Makefile 8.1 (Berkeley) 6/6/93
+# $FreeBSD$
-BINDIR=/bin
+PROG= xinstall
+PROGNAME= install
+SRCS= xinstall.c
+MAN= install.1
.include <bsd.prog.mk>