chiark / gitweb /
found in chiark:/usr/local/src/davenant
authorianmdlvl <ianmdlvl>
Wed, 2 Jul 2003 18:41:49 +0000 (18:41 +0000)
committerianmdlvl <ianmdlvl>
Wed, 2 Jul 2003 18:41:49 +0000 (18:41 +0000)
cprogs/really [new file with mode: 0755]
cprogs/really-test [new file with mode: 0755]
cprogs/usr-local-src-misc-Makefile~ [new file with mode: 0644]

diff --git a/cprogs/really b/cprogs/really
new file mode 100755 (executable)
index 0000000..20536a5
Binary files /dev/null and b/cprogs/really differ
diff --git a/cprogs/really-test b/cprogs/really-test
new file mode 100755 (executable)
index 0000000..20536a5
Binary files /dev/null and b/cprogs/really-test differ
diff --git a/cprogs/usr-local-src-misc-Makefile~ b/cprogs/usr-local-src-misc-Makefile~
new file mode 100644 (file)
index 0000000..a1a96f2
--- /dev/null
@@ -0,0 +1,18 @@
+CFLAGS=        -Wall -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes \
+       -Wpointer-arith -O2 -g -DREALLY_CHECK_FILE='"/etc/inittab"'
+LDFLAGS=
+
+TARGETS=really
+
+all:           $(TARGETS)
+
+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