# $Id: Makefile,v 1.20 1997/11/11 12:13:36 alexis Exp $ include ../Makefile.defs EXEC_FILES = mtn compile: $(EXEC_FILES) clean: rm -f mtn install: compile $(INSTALL) -o root -g root -m 555 -d \ $(PPPLCLIBDIR) $(INSTALL) -o root -g root -m 555 \ $(EXEC_FILES) $(PPPLCLIBDIR) uninstall: mtn: mtn.in sed -e "s%SCRIPTSHELLCMD_MARKER%$(SCRIPTSHELLCMD)%g" \ < $^ > $@ chmod u+x $@