mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-22 00:42:06 +01:00
ceb3de7af6
in here that just made it a heck of a lot more confusing to maintain. Somebody like Joerg can reality-check this at some point, when they have more time. For now, it works.
9 lines
158 B
Makefile
9 lines
158 B
Makefile
PROG= ispcvt
|
|
MAN8= ispcvt.${MAN8EXT}
|
|
|
|
beforeinstall:
|
|
@if [ ! -d $(MANDIR)8 ] ; then \
|
|
echo making $(MANDIR)8; mkdir $(MANDIR)8; fi
|
|
|
|
.include <bsd.prog.mk>
|