summaryrefslogtreecommitdiff
path: root/usr.sbin/bad144/Makefile
blob: e43eb44f29d6120b73c686fb77986fda3754f1d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#	$OpenBSD: Makefile,v 1.3 2000/05/18 16:46:37 espie Exp $

.if ${MACHINE} == "i386"
PROG=	bad144
.else
NOPROG=yes
.endif

MAN=	bad144.8
MANSUBDIR=i386

.include <bsd.prog.mk>