--- makefile.orig 1991-07-16 15:52:08 UTC +++ makefile @@ -18,13 +18,13 @@ MAKE = make # needed for some systems e.g. older BSD -CC = cc -CFLAGS = +#CC = cc +#CFLAGS = MODEL = EXTRA = -DBIG_MEM -DNDEBUG LINTFLAGS = -DLINT -OPTIM = -O -DESTDIR = /usr/local/bin +OPTIM = $(CFLAGS) +DESTDIR = $(PREFIX)/bin #List of all object files created for Zoo ZOOOBJS = addbfcrc.o addfname.o basename.o comment.o crcdefs.o \ @@ -67,7 +67,7 @@ help : @echo "lint_turboc: Run lint under **IX for checking Turbo C/MSDOS code" # install alpha zoo as "tzoo" -install: +inst_test: mv zoo $(DESTDIR)/tzoo # install beta zoo as "bzoo" @@ -75,8 +75,9 @@ inst_beta: mv zoo $(DESTDIR)/bzoo # install production zoo as "zoo" -inst_prod: - mv zoo $(DESTDIR)/zoo +install: + $(BSD_INSTALL_PROGRAM) $(TARGETS) $(DESTDIR) + $(BSD_INSTALL_MAN) zoo.1 fiz.1 $(PREFIX)/man/man1 # executable targets TARGETS = zoo fiz