aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 187a51581b2d3c925e92716ab8b07693481c6183 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROGS=	opendircolors dirconvert
SRCS.opendircolors=	opendircolors.c
SRCS.dirconvert=	dirconvert.c
#TODO: Write manpage
MAN=	

BINDIR=/usr/local/bin
SYMLINKS=opendircolors ${BINDIR}/dircolors
#TODO: Write manpage
#MLINKS= opendircolors.1 dircolors.1

MAKEOBJDIR=obj

.include <bsd.progs.mk>