opnsense-src/gnu/usr.bin/groff/font/Makefile.dev

12 lines
217 B
Makefile
Raw Normal View History

1999-08-27 19:37:10 -04:00
# $FreeBSD$
1996-09-07 21:27:58 -04:00
FILES= ${DEVFILES}
FILESDIR?= ${fontdir}/dev${DEV}
2003-05-01 09:22:21 -04:00
SCRIPTS= ${DEVSCRIPTS}
SCRIPTSDIR?= ${fontdir}/dev${DEV}
.for script in ${SCRIPTS}
SCRIPTSNAME_${script:T}= ${script:T}
.endfor
1996-09-07 21:27:58 -04:00
.include <bsd.prog.mk>