From 8b917ea5669120db8411426243b2b0f9a3d1e83a Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Thu, 13 May 2021 14:08:32 -0400 Subject: file_cmds: Fix install and COLORLS --- file_cmds/install/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'file_cmds/install') 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 -- cgit v1.2.3-56-ge451