PROGID = ppplc AUTHORID = TAH # Which Bourne-like shell understands functions? 'ksh' is a good choice. SHELL_CMD = /usr/bin/ksh # Where is perl version 5? It must be the full path. # [ This requirement is generic (for make's invocation of shpp) # (only requiring that it is in your PATH) and program-specific # (fad commands are perl scripts and therefore needs #! header) (requiring # full path). ] #PERL_CMD = /usr/bin/perl #PERL_CMD = /usr/local/bin/perl #PERL_CMD = $(HOME)/bin/$(UNAMES)/perl #PERL_CMD = /usr/server/bin/perl # Where is GNU make? MAKE = make #MAKE = gmake # Where is BSD or GNU install? If yours doesn't support '-d' then use the # supplied script 'shinstall'. INSTALL_CMD = install #INSTALL_CMD = $(SHELL_CMD) $(SUPPORT_DIR)/shinstall # What compiler do you want to use? CC = gcc CFLAGS = -O2 # Where are lock files stored? LOCK_DIR = /var/run # Those files which are not setuid or setgid will be installed belonging to # installer's (not maker's) id unless the following are defined. #OWNER = -o root #GROUP = -g root # Various commands used by scripts SENDMAIL_CMD = /usr/lib/sendmail FETCHMAIL_CMD = /usr/bin/fetchmail GETNEWS_CMD = /usr/sbin/get-news NEWSBINDIR = /usr/lib/news