Research V7 development
[unix-history] / usr / src / cmd / xsend / makefile
CommitLineData
a24c10d4
KT
1CFLAGS = -n -O -s
2
3cp: all
4 cp xsend xget enroll /bin
5 rm *.o xsend xget enroll
6
7cmp: all
8 cmp xsend /bin/xsend
9 cmp xget /bin/xget
10 cmp enroll /bin/enroll
11 rm *.o xsend xget enroll
12
13all: enroll xsend xget
14enroll: enroll.o lib.o
15 cc -n -s enroll.o lib.o -lmp -o enroll
16xget: xget.o lib.o
17 cc -n -s xget.o lib.o -lmp -o xget
18xsend: xsend.o lib.o
19 cc -n -s xsend.o lib.o -lmp -o xsend
20enroll.o xget.o xsend.o lib.o: xmail.h
21list:
22 @pr -2 -w124 m.h xmail.h enroll.c xsend.c xget.c lib.c makefile