blob: 3c3690dc8883ef9154c31c2cb6a6a569117ef7a9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: Makefile,v 1.7 2003/07/19 00:03:52 david Exp $
MAN= installboot.8
MANSUBDIR=sparc
LDSTATIC=-static
.if ${MACHINE} == "sparc"
BINDIR= /usr/sbin
PROG= installboot
.else
NOPROG=
.endif
.include <bsd.prog.mk>
|