xref: /original-bsd/contrib/usr.x25/x29d/Makefile (revision 55f8d88a)
1x29d:	x29d.o
2	cc x29d.o -o x29d ../lib/x25lib.a
3
4install:	x29d
5	install -s -m 740 x29d /etc/x29d
6
7x29d.o:	../h/x29.h
8	cc -O -c -DCCITT x29d.c
9
10lint:
11	lint -hbaxu -DCCITT x29d.c
12
13clean:
14	rm -f core *.o *.CKP .emacs*
15