From b98c90be2e4e7635f6a431fe21bd5927a850b840 Mon Sep 17 00:00:00 2001 From: rgrimes Date: Sun, 18 Sep 1994 21:17:40 +0000 Subject: 1. Remove commented out CFLAGS+=-DDEBUG from Makefile 2. Clean up code so it compiles -Wall (except for sccsid's and copyright). This included fixing several printf formats that where not correct, and changing the data types of a few things. 3. Implement new option -i that produces indented mtree output files. 4. Implement new option -n that turns off directory comments. 5. Only emit /set records if something has changed since the last one. --- usr.sbin/mtree/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/mtree/Makefile') diff --git a/usr.sbin/mtree/Makefile b/usr.sbin/mtree/Makefile index c736f13..2e58af2 100644 --- a/usr.sbin/mtree/Makefile +++ b/usr.sbin/mtree/Makefile @@ -1,7 +1,6 @@ # @(#)Makefile 8.1 (Berkeley) 6/6/93 PROG= mtree -#CFLAGS+=-DDEBUG SRCS= compare.c crc.c create.c misc.c mtree.c spec.c verify.c MAN8= mtree.8 .PATH: ${.CURDIR}/../../usr.bin/cksum -- cgit v1.1