blob: ffdb78734756b03561642fcfaccfe2f54be76ea8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# $OpenBSD: Makefile,v 1.5 2000/05/25 21:54:46 deraadt Exp $
.if ${MACHINE} == "i386"
PROG= fontedit
CLEANFILES+= core.fontedit fontedit.core
.else
NOPROG= yes
.endif
MAN= fontedit.1
MANSUBDIR=/i386
.include <bsd.prog.mk>
|