summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-19 07:20:22 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-19 07:20:22 +0000
commit47eb3f88d2d51b067fcd31125a7640edfc9b05cf (patch)
tree6dfea62def698e322a86661310155e1d5ba672b9 /etc
parenta592048d03abced7d5d9040a5a5ce08ac48f5daa (diff)
downloademacs-47eb3f88d2d51b067fcd31125a7640edfc9b05cf.tar.gz
Initial revision
Diffstat (limited to 'etc')
-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 @@
+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)