Files
netbsd/gnu/usr.bin/groff/font/Makefile.dev
2013-04-06 16:48:33 +02:00

16 lines
392 B
Makefile

# $NetBSD: Makefile.dev,v 1.5 2003/10/20 00:54:36 lukem Exp $
# $FreeBSD: src/gnu/usr.bin/groff/font/Makefile.dev,v 2.12 2003/05/01 13:22:18 ru Exp $
FILES= ${DEVFILES}
FILESDIR?= ${fontdir}/dev${DEV}
SCRIPTS= ${DEVSCRIPTS}
SCRIPTSDIR?= ${fontdir}/dev${DEV}
.for script in ${SCRIPTS}
SCRIPTSNAME_${script:T}= ${script:T}
.endfor
realall: ${DEVFILES} ${DEVSCRIPTS}
.include <bsd.prog.mk>