repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
sys
/
arch
/
atari
/
stand
/
ahdilabel
/
Makefile
blob
15422290dc4d74f8d497f86ec845fe026cd991db
1
# $NetBSD: Makefile,v 1.4 2001/03/04 20:51:51 jdc 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
>