summaryrefslogtreecommitdiff
path: root/misc/colorls/patches/patch-aa
blob: 90d36f5930a8c5f247914230036a1430a0305da9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.orig	Sat Sep 24 04:55:51 1994
+++ Makefile	Thu May 21 15:44:37 1998
@@ -1,7 +1,10 @@
 #	@(#)Makefile	8.1 (Berkeley) 6/2/93
 #	$Id: patch-aa,v 1.3 1998/05/21 14:06:37 frueauf Exp $
 
-PROG=	ls
+PROG=	colorls
 SRCS=	cmp.c stat_flags.c ls.c print.c util.c
+BINDIR=	${PREFIX}/bin
+MANDIR= ${PREFIX}/man
+MANINSTALL= catinstall maninstall
 
 .include <bsd.prog.mk>