summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pcvt/fontedit/Makefile
blob: 94463aa60781cb84ca5854b66c7596662ab479e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.if !exists(${.CURDIR}/../Makefile.inc)
error:
	@echo
	@echo "                      You MUST link/copy"
	@echo
	@echo "       ../Makefile.inc.NetBSD    or   ../Makefile.inc.FreeBSD"
	@echo
	@echo "             to ../Makefile.inc before you can proceed !"
	@echo
.else

PROG=	fontedit
CLEANFILES+= core.fontedit fontedit.core

.include <bsd.prog.mk>

.endif



OpenPOWER on IntegriCloud