head 1.2; access; symbols; locks; strict; comment @# @; 1.2 date 2003.04.25.21.58.30; author wessels; state Exp; branches; next 1.1; 1.1 date 2003.04.25.21.51.35; author wessels; state Exp; branches; next ; desc @@ 1.2 log @cleanup @ text @ALL=rev-traceroute udp-tracerouted CFLAGS="-Wall" all: $(ALL) install: @@for f in $(ALL); do \ echo cp $$f /usr/local/sbin ;\ cp $$f /usr/local/sbin ;\ echo chown root /usr/local/sbin/$$f ;\ chown root /usr/local/sbin/$$f ;\ echo chmod 775 /usr/local/sbin/$$f ;\ chmod 775 /usr/local/sbin/$$f ;\ done clean: rm -f $(ALL) @ 1.1 log @Initial revision @ text @d2 1 @