head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 99.01.07.13.03.21; 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 ISP CONFIG FILES FOR PPPLCD @ 1.2 log @symbol name changes @ text @# $Header: Makefile,v 1.1 1998/08/28 13:06:41 alexis Exp alexis $ SUPPORT_DIR = ../../support include ../../Makefile.defs DATA_FILES = demon.conf demon-noidle.conf compile: $(DATA_FILES) clean: install: compile $(INSTALL_CMD) -o root -g root -m 555 -d \ $(PRGLIBDIR)/isps $(INSTALL_CMD) -o root -g root -m 444 \ $(DATA_FILES) $(PRGLIBDIR)/isps uninstall: -cd $(PRGLIBDIR)/isps && rm -f $(DATA_FILES) -cd / && rmdir $(PRGLIBDIR)/isps @ 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 = demon.conf demon-noidle.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)/isps d19 2 a20 3 -cd $(PRGLIBDIR)/isps && rm -f $(FILES) -rmdir $(PRGLIBDIR)/isps @