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