*** Makefile.orig Mon Jun 5 21:49:08 1995 --- Makefile Fri Jul 28 04:53:59 1995 *************** *** 15,21 **** # TAR=tar MAKE=make ! DESTROOT=/usr/local DESTDIR=$(DESTROOT)/sbin MANROOT=$(DESTROOT)/man MANDIR=$(MANROOT)/man8 --- 15,21 ---- # TAR=tar MAKE=make ! DESTROOT=${PREFIX} DESTDIR=$(DESTROOT)/sbin MANROOT=$(DESTROOT)/man MANDIR=$(MANROOT)/man8 *************** *** 42,48 **** # GLIBS=-lident -ldes GLIBS= ! CFLAGS=-O all: @echo "Please specify the type of system you wish to build for." --- 42,48 ---- # GLIBS=-lident -ldes GLIBS= ! #CFLAGS=-O all: @echo "Please specify the type of system you wish to build for." *************** *** 387,394 **** install: in.identd cp identd.man $(MANDIR)/identd.$(MANSECT) echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/in.identd tests: (cd testdir ; make) --- 387,394 ---- install: in.identd cp identd.man $(MANDIR)/identd.$(MANSECT) echo ".so man$(MANSECT)/identd.$(MANSECT)" > $(MANDIR)/in.identd.$(MANSECT) ! cp in.identd $(DESTDIR)/identd tests: (cd testdir ; make) cp in.identd $(DESTDIR)/in.identd