aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: cc2c299f15ea612a64fcc04315cbaf66fcda4eff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROGS=	opendircolors dirconvert
SRCS.opendircolors=	opendircolors.c common.c
SRCS.dirconvert=	dirconvert.c common.c

BINDIR?=/usr/local/bin
MANDIR?=/usr/local/man/man
SYMLINKS=	opendircolors ${BINDIR}/dircolors
SYMLINKS+=	opendircolors.1.gz ${MANDIR}1/dircolors.1.gz

MAKEOBJDIR=obj

.include <bsd.progs.mk>