17 lines
285 B
Makefile
17 lines
285 B
Makefile
# $NetBSD: Makefile,v 1.5 2001/12/12 01:49:38 tv Exp $
|
|
|
|
PROG= ahdilabel
|
|
SRCS= ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
|
|
writedtab.c
|
|
|
|
NOMAN= # defined
|
|
BINDIR= /sbin
|
|
|
|
WARNS= 1
|
|
|
|
.if defined(DEBUG)
|
|
CFLAGS += -g
|
|
CPPFLAGS+=-DDEBUG
|
|
.endif
|
|
.include <bsd.prog.mk>
|