xref: /386bsd/usr/local/lib/emacs/19.25/etc/Makefile (revision a2142627)
1DESTDIR=
2LIBDIR=/usr/local/lib
3BINDIR=/usr/local/bin
4MANDIR=/usr/man/man1
5MANEXT=1
6
7all:
8
9mostlyclean:
10	-rm -f core
11
12clean distclean realclean:
13	-rm -f DOC* core
14
15SOURCES = [0-9A-QS-Z]* README *.[ch16] emacs.* etags.* ledit.l ms-* \
16	news.texi rc2log refcard.tex spook-lines termcap.* ulimit.hack \
17	vcdiff vipcard.tex xmouse.doc
18
19unlock:
20	chmod u+w $(SOURCES)
21
22relock:
23	chmod u-w $(SOURCES)
24