aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-04-25 15:54:52 -0400
committerCameron Katri <me@cameronkatri.com>2021-04-25 16:09:04 -0400
commite0aa299f91fc0afc516cc107eed847ce28b3ebe1 (patch)
treeaf032a270a82e516538a8c1094a248ce90345e0a /Makefile
parent5cd70ab92f72621b6c3e2b4d6c017aac47194ab9 (diff)
downloadopendircolors-e0aa299f91fc0afc516cc107eed847ce28b3ebe1.tar.gz
opendircolors-e0aa299f91fc0afc516cc107eed847ce28b3ebe1.tar.zst
opendircolors-e0aa299f91fc0afc516cc107eed847ce28b3ebe1.zip
Fix SIGILL when -O is greater than 0, fix make install
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>