Home | History | Annotate | Line # | Download | only in ahdilabel
      1 #	$NetBSD: Makefile,v 1.5 2001/12/12 01:49:38 tv Exp $
      2 
      3 PROG=	ahdilabel
      4 SRCS=	ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
      5 	writedtab.c
      6 
      7 NOMAN=	# defined
      8 BINDIR=	/sbin
      9 
     10 WARNS=	1
     11 
     12 .if defined(DEBUG)
     13 CFLAGS += -g
     14 CPPFLAGS+=-DDEBUG
     15 .endif
     16 .include <bsd.prog.mk>
     17