Home | History | Annotate | Line # | Download | only in ahdilabel
Makefile revision 1.1.1.1.2.4
      1  1.1.1.1.2.4   he #	$NetBSD: Makefile,v 1.1.1.1.2.4 2001/03/22 02:22:31 he Exp $
      2  1.1.1.1.2.2  leo 
      3  1.1.1.1.2.2  leo PROG=	ahdilabel
      4  1.1.1.1.2.2  leo SRCS=	ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
      5  1.1.1.1.2.2  leo 	writedtab.c
      6  1.1.1.1.2.2  leo 
      7  1.1.1.1.2.4   he MKMAN=	no
      8  1.1.1.1.2.3  leo BINDIR=	/sbin
      9  1.1.1.1.2.2  leo 
     10  1.1.1.1.2.2  leo WARNS=	1
     11  1.1.1.1.2.2  leo 
     12  1.1.1.1.2.4   he .if defined(DEBUG)
     13  1.1.1.1.2.2  leo CFLAGS += -g
     14  1.1.1.1.2.4   he CPPFLAGS+=-DDEBUG
     15  1.1.1.1.2.4   he .endif
     16  1.1.1.1.2.2  leo .include <bsd.prog.mk>
     17