freebsd-dev/gnu/usr.bin/groff/font/Makefile.dev
2003-05-01 13:22:21 +00:00

12 lines
217 B
Makefile

# $FreeBSD$
FILES= ${DEVFILES}
FILESDIR?= ${fontdir}/dev${DEV}
SCRIPTS= ${DEVSCRIPTS}
SCRIPTSDIR?= ${fontdir}/dev${DEV}
.for script in ${SCRIPTS}
SCRIPTSNAME_${script:T}= ${script:T}
.endfor
.include <bsd.prog.mk>