aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 2cf3c76..187a515 100644
--- a/Makefile
+++ b/Makefile
@@ -1,10 +1,14 @@
-PROG= opendircolors
-SRCS= convert.c
+PROGS= opendircolors dirconvert
+SRCS.opendircolors= opendircolors.c
+SRCS.dirconvert= dirconvert.c
+#TODO: Write manpage
MAN=
BINDIR=/usr/local/bin
-LINKS= ${BINDIR}/opendircolors ${BINDIR}/dircolors
+SYMLINKS=opendircolors ${BINDIR}/dircolors
+#TODO: Write manpage
+#MLINKS= opendircolors.1 dircolors.1
MAKEOBJDIR=obj
-.include <bsd.prog.mk>
+.include <bsd.progs.mk>