aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/install
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-05-13 14:08:32 -0400
committerCameron Katri <me@cameronkatri.com>2021-05-13 14:08:32 -0400
commit8b917ea5669120db8411426243b2b0f9a3d1e83a (patch)
treec90f56288165ef384de34c2d5e3e0fac8c167f02 /file_cmds/install
parent111703c58288f0af1e50d69e49e8536de3513194 (diff)
downloadapple_cmds-8b917ea5669120db8411426243b2b0f9a3d1e83a.tar.gz
apple_cmds-8b917ea5669120db8411426243b2b0f9a3d1e83a.tar.zst
apple_cmds-8b917ea5669120db8411426243b2b0f9a3d1e83a.zip
file_cmds: Fix install and COLORLS
Diffstat (limited to 'file_cmds/install')
-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>