aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/etc/Makefile b/etc/Makefile
new file mode 100644
index 00000000000..73bed1e56cd
--- /dev/null
+++ b/etc/Makefile
@@ -0,0 +1,23 @@
1DESTDIR=
2LIBDIR=/usr/local/lib
3BINDIR=/usr/local/bin
4MANDIR=/usr/man/man1
5MANEXT=1
6
7all:
8
9distclean:
10 -rm -f *~ \#* DOC* core
11
12clean:
13 -rm -f 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)