summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/Util/fontedit/Makefile
blob: e92eabbd604465e37c8559d6f2399cabdf1b8d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.6 2000/05/27 05:52:11 deraadt Exp $

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

.include <bsd.prog.mk>