aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e047301..2cf3c76 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,10 @@
PROG= opendircolors
-SRCS= lscolors.c
+SRCS= convert.c
MAN=
+BINDIR=/usr/local/bin
+LINKS= ${BINDIR}/opendircolors ${BINDIR}/dircolors
+
MAKEOBJDIR=obj
.include <bsd.prog.mk>