summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/font/Makefile.dev
blob: a7e137ca7a59b79aeba5afcea86f1a19b568b38b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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>