head 1.3; access; symbols; locks; strict; comment @# @; 1.3 date 99.01.07.13.03.21; author alexis; state Exp; branches; next 1.2; 1.2 date 98.08.28.13.50.02; author alexis; state Exp; branches; next 1.1; 1.1 date 98.08.28.13.06.41; author alexis; state Exp; branches; next ; desc @MAKEFILE FOR MODEM CONFIG FILES FOR PPPLCD @ 1.3 log @symbol name changes @ text @# $Header: Makefile,v 1.2 1998/08/28 13:50:02 alexis Exp alexis $ SUPPORT_DIR = ../../support include ../../Makefile.defs DATA_FILES = courier-v-everything.conf compile: $(DATA_FILES) clean: install: compile $(INSTALL_CMD) -o root -g root -m 555 -d \ $(PRGLIBDIR)/modems $(INSTALL_CMD) -o root -g root -m 444 \ $(DATA_FILES) $(PRGLIBDIR)/modems uninstall: -cd $(PRGLIBDIR)/modems && rm -f $(DATA_FILES) -cd / && rmdir $(PRGLIBDIR)/modems @ 1.2 log @renamed courier.conf to courier-v-everything.conf @ text @d1 1 a1 1 # $Id: Makefile,v 1.1 1998/08/28 13:06:41 alexis Exp alexis $ d6 1 a6 1 FILES = courier-v-everything.conf d8 1 a8 1 compile: $(FILES) d13 1 a13 1 $(INSTALL) -o root -g root -m 555 -d \ d15 2 a16 2 $(INSTALL) -o root -g root -m 444 \ $(FILES) $(PRGLIBDIR)/modems d19 2 a20 2 -cd $(PRGLIBDIR)/modems && rm -f $(FILES) -rmdir $(PRGLIBDIR)/modems @ 1.1 log @Initial revision @ text @d1 1 a1 1 # $Id: Makefile,v 1.23 1998/08/07 11:33:00 alexis Exp alexis $ d6 1 a6 1 FILES = courier.conf @