$NetBSD: patch-aa,v 1.1.1.1 2002/12/13 18:38:08 cjep Exp $ --- Makefile.orig Thu Aug 8 13:24:33 2002 +++ Makefile @@ -1,7 +1,8 @@ # Makefile - makefile for nomarch CC=gcc -CFLAGS=-O2 -Wall +#CFLAGS=-O2 -Wall +CFLAGS+=-Wall # Set BINDIR to directory for binary, # MANDIR to directory for man page. @@ -25,8 +26,8 @@ installdirs: /bin/sh ./mkinstalldirs $(BINDIR) $(MANDIR) install: nomarch installdirs - install -m 755 nomarch $(BINDIR) - install -m 644 nomarch.1 $(MANDIR) + install -c -m 755 nomarch $(BINDIR) + install -c -m 644 nomarch.1 $(MANDIR) uninstall: $(RM) $(BINDIR)/nomarch $(MANDIR)/nomarch.1