[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin / edlabel

File: [local] / src / sbin / edlabel / Attic / Makefile (download)

Revision 1.6, Thu May 18 13:49:52 2000 UTC (24 years ago) by espie
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.5: +8 -2 lines

Prepare to recurse down those directories for all arches, to grab manpages.

#	$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>