Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/atari/stand/ahdilabel Pull up revisions 1.3-1....
details: https://anonhg.NetBSD.org/src/rev/f8c1fedff75c
branches: netbsd-1-5
changeset: 490944:f8c1fedff75c
user: he <he%NetBSD.org@localhost>
date: Thu Mar 22 02:22:31 2001 +0000
description:
Pull up revisions 1.3-1.4 (requested by jtb):
Several changes:
o make it easy to compile with -DDEBUG
o move manual page to proper place
diffstat:
sys/arch/atari/stand/ahdilabel/Makefile | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r 23b4e3ada475 -r f8c1fedff75c sys/arch/atari/stand/ahdilabel/Makefile
--- a/sys/arch/atari/stand/ahdilabel/Makefile Thu Mar 22 02:21:20 2001 +0000
+++ b/sys/arch/atari/stand/ahdilabel/Makefile Thu Mar 22 02:22:31 2001 +0000
@@ -1,14 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1.2.3 2000/08/29 07:00:25 leo Exp $
+# $NetBSD: Makefile,v 1.1.1.1.2.4 2001/03/22 02:22:31 he Exp $
PROG= ahdilabel
SRCS= ahdilabel.c build.c check.c cksum.c magic.c openraw.c read.c write.c \
writedtab.c
-MAN= ahdilabel.8
-MANSUBDIR= /atari
+MKMAN= no
BINDIR= /sbin
WARNS= 1
+.if defined(DEBUG)
CFLAGS += -g
+CPPFLAGS+=-DDEBUG
+.endif
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index