NetBSD/libexec/elvispreserve/Makefile

10 lines
171 B
Makefile

PROG= elvispreserve
CFLAGS+=-I${.CURDIR}/../../usr.bin/elvis
BINOWN= root
BINMODE=4755
MAN8=elvispreserve.0
.include <bsd.prog.mk>
.PATH: ${.CURDIR}/../../usr.bin/elvis