From: ianmdlvl Date: Wed, 2 Jul 2003 18:41:49 +0000 (+0000) Subject: found in chiark:/usr/local/src/davenant X-Git-Tag: debian_version_3_99_1_0_4~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=a1706a81f2118c0a1d08cb54d9f4ef2b5932e4e1;hp=950f53c2f6b09fa5c4013e6dee0197773c1cd741 found in chiark:/usr/local/src/davenant --- diff --git a/cprogs/really b/cprogs/really new file mode 100755 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 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 index 0000000..a1a96f2 --- /dev/null +++ b/cprogs/usr-local-src-misc-Makefile~ @@ -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