Nuke obsolete special case .if for amigas.

This commit is contained in:
perry 1997-03-14 22:49:51 +00:00
parent 40b1a6f68b
commit e27abe4739

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.20 1997/03/09 00:14:17 christos Exp $
# $NetBSD: Makefile,v 1.21 1997/03/14 22:49:51 perry Exp $
# @(#)Makefile 8.2 (Berkeley) 3/17/94
PROG= disklabel
@ -7,10 +7,6 @@ MAN= disklabel.5 disklabel.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
.if ${MACHINE} == "amiga"
CFLAGS+= -D${MACHINE}
.endif
.if (${MACHINE} == "i386")
CFLAGS+= -DNUMBOOT=2
.endif