1 # $NetBSD: Makefile,v 1.4.4.1 2002/01/10 19:40:07 thorpej 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