summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/fontedit/Makefile
blob: 48a1a8aa5a4ca50aae3f2ce0ed11ee94fd5a5807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.4 2000/05/19 14:49:44 espie Exp $

.if ${MACHINE} == "i386"
PROG=		fontedit
CLEANFILES+=	core.fontedit fontedit.core
.else
NOPROG=		yes
.endif
MAN=	fontedit.1
MANSUBDIR=i386

.include <bsd.prog.mk>