aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Makefile
blob: 4e7ebf4a13b8172bf8877ee920970887f08083ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $Id$

-include ../Makefile.conf
include ../Makefile.rules

all:

clean:

install: all
	-mv -f $(INSTALLROOT)/etc/auto.master $(INSTALLROOT)/etc/auto.master.old
	install -c auto.master -m 644 $(INSTALLROOT)/etc
	-mv -f $(INSTALLROOT)/etc/auto.misc $(INSTALLROOT)/etc/auto.misc.old
	install -c auto.misc   -m 644 $(INSTALLROOT)/etc
	install -c rc.autofs   -m 744 $(INSTALLROOT)$(initdir)/autofs