blob: ed8919a352a05419eef5b318abdc1012806ba60c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $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>
|