From: ceriel Date: Mon, 27 Jun 1988 10:58:44 +0000 (+0000) Subject: added ACK entries to Makefile X-Git-Tag: release-5-5~3148 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d32e1218328613d800b757bceef7cea8e2e7455c;p=ack.git added ACK entries to Makefile --- diff --git a/util/int/switch/Makefile b/util/int/switch/Makefile index 252b90c3d..ca9bc10ae 100644 --- a/util/int/switch/Makefile +++ b/util/int/switch/Makefile @@ -1,6 +1,6 @@ # $Header$ -IP_SPEC = /usr/em/etc/ip_spec.t +IP_SPEC = ../../../etc/ip_spec.t SRC = mkswitch.c OBJ = mkswitch.o @@ -19,6 +19,8 @@ PrCases: mkswitch $(IP_SPEC) lint: lint $(SRC) +distr: .distr + .distr: Makefile echo READ_ME Makefile $(SRC) | tr ' ' '\012' >.distr @@ -32,3 +34,16 @@ clean: # NOT the cases files ! bare: clean /bin/rm -f DoCases PrCases +all: mkswitch + +install: + echo "Nothing to install" + +cmp: + echo "Nothing to compare" + +pr: + @pr READ_ME Makefile $(SRC) + +opr: + make pr | opr