summaryrefslogtreecommitdiff
path: root/usr.sbin/mksuncd/Makefile
blob: aea07208ae75b1528a93e6cd66f45f6f72d47fe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$OpenBSD: Makefile,v 1.2 2008/09/12 15:59:37 jmc Exp $

.if ${MACHINE} == "sparc64"

PROG=	mksuncd
CFLAGS+=-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes

.else
NOPROG=
.endif

MAN=	mksuncd.1
MANSUBDIR=sparc64

.include <bsd.prog.mk>