freebsd-dev/gnu/usr.bin/groff/font/Makefile.dev

12 lines
217 B
Makefile
Raw Normal View History

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