Home | History | Annotate | Line # | Download | only in ahdilabel
Makefile revision 1.2.2.2
      1  1.2.2.2  bouyer #	$NetBSD: Makefile,v 1.2.2.2 2000/11/20 20:05:31 bouyer Exp $
      2  1.2.2.2  bouyer 
      3  1.2.2.2  bouyer PROG=	ahdilabel
      4  1.2.2.2  bouyer SRCS=	ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
      5  1.2.2.2  bouyer 	writedtab.c
      6  1.2.2.2  bouyer 
      7  1.2.2.2  bouyer MAN=	ahdilabel.8
      8  1.2.2.2  bouyer MANSUBDIR=	/atari
      9  1.2.2.2  bouyer BINDIR=	/sbin
     10  1.2.2.2  bouyer 
     11  1.2.2.2  bouyer WARNS=	1
     12  1.2.2.2  bouyer 
     13  1.2.2.2  bouyer CFLAGS += -g
     14  1.2.2.2  bouyer .include <bsd.prog.mk>
     15