summaryrefslogtreecommitdiff
path: root/sbin/edlabel/Makefile
blob: da81b4889d3cc45a4c17385cd3154dd87c065b81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#	$OpenBSD: Makefile,v 1.6 2000/05/18 13:49:52 espie Exp $

.if ${MACHINE} == "sun3" || ${MACHINE} == "atari" || ${MACHINE} == "sparc"
PROG=	edlabel
CFLAGS+= -Wall
LDADD+=	-lutil
DPADD+=	${LIBUTIL}

all: ${PROG}
.else
NOPROG=yes
.endif

NOMAN=
MANSUBDIR=sun3 sparc #atari

.include <bsd.prog.mk>