summaryrefslogtreecommitdiff
path: root/etc/Makefile
blob: 73bed1e56cd7f3a17685a74e12693397038cde10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESTDIR=
LIBDIR=/usr/local/lib
BINDIR=/usr/local/bin
MANDIR=/usr/man/man1
MANEXT=1

all:

distclean:
	-rm -f *~ \#* DOC* core

clean:
	-rm -f core

SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
	news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
	vcdiff vipcard.tex xmouse.doc

unlock:
	chmod u+w $(SOURCES)

relock:
	chmod u-w $(SOURCES)