blob: 04f5d145b5d67ea313e3501c946216fe6982ae13 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.3 2003/03/02 12:32:08 deraadt Exp $
.if ${MACHINE} == "sparc64"
PROG=mksuncd
BINDIR=/usr/bin
CFLAGS+=-Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
.else
NOPROG=
.endif
.include <bsd.prog.mk>
|