aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 557bf5c6d23a545f1b97676ae528dba64bdc92b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PROGS=	opendircolors dirconvert
SRCS.opendircolors=	opendircolors.c common.c
SRCS.dirconvert=	dirconvert.c common.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>