Home | History | Annotate | Line # | Download | only in disklabel
Makefile revision 1.28
      1  1.28  christos #	$NetBSD: Makefile,v 1.28 1997/10/10 19:47:50 christos Exp $
      2  1.15       cgd #	@(#)Makefile	8.2 (Berkeley) 3/17/94
      3   1.1       cgd 
      4   1.1       cgd PROG=	disklabel
      5  1.19  christos SRCS=	disklabel.c dkcksum.c interact.c
      6  1.12       cgd MAN=	disklabel.5 disklabel.8
      7  1.20  christos LDADD+= -lutil
      8  1.20  christos DPADD+= ${LIBUTIL}
      9   1.9   hpeyerl 
     10  1.24     perry # XXX new boot blocks don't need this; we'll leave it for a while. --pm
     11  1.24     perry #.if (${MACHINE} == "i386")
     12  1.28  christos #CPPFLAGS+= -DNUMBOOT=2
     13  1.24     perry #.endif
     14   1.9   hpeyerl 
     15  1.17     ragge .if (${MACHINE} == "hp300") || (${MACHINE} == "vax")
     16  1.28  christos CPPFLAGS+= -DNUMBOOT=1
     17   1.5   mycroft .endif
     18   1.1       cgd 
     19   1.1       cgd .include <bsd.prog.mk>
     20