chiark / gitweb /
cprogs/usr-local-src-misc-Makefile: Remove ancient cruft file.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 20:37:52 +0000 (20:37 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 29 Nov 2013 20:37:52 +0000 (20:37 +0000)
cprogs/usr-local-src-misc-Makefile [deleted file]
debian/changelog

diff --git a/cprogs/usr-local-src-misc-Makefile b/cprogs/usr-local-src-misc-Makefile
deleted file mode 100644 (file)
index c2bfd7a..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-CFLAGS=        -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
-       -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"'
-LDFLAGS=
-
-TARGETS=really ucgi ucgitarget
-
-all:           $(TARGETS)
-
-ucgi:          ucgi.o ucgicommon.o
-
-ucgitarget:    ucgitarget.o ucgicommon.o
-
-really:                really.o myopt.o
-
-really-test:   really Makefile
-               rm -f really-test
-               cp really really-test
-               really chown root.staff really-test
-               really chmod 4770 really-test
-
-really-check:  really-test really.testcases
-               ./really.testcases
index 925a3c779413813399ef130cbd6a29614bb3310e..2219cc917359fbda7349877e0b81e296c6bd9645 100644 (file)
@@ -26,6 +26,7 @@ chiark-utils (4.3.0) unstable; urgency=medium
   * cprogs/Makefile: clean deletes $PROGRAMS
   * random-word: Some perl-mode emacs formatting glitch workarounds.
   * random-word: use strict; -w.
+  * cprogs/usr-local-src-misc-Makefile: Remove ancient cruft file.
 
  --