16 lines
395 B
Makefile
16 lines
395 B
Makefile
# $NetBSD: Makefile.dev,v 1.1 2016/01/13 19:01:59 christos 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>
|