|
|
1.1 root 1: # Makefile 4.4 85/09/07
2: #
3: DESTDIR=
4: CFLAGS= -O
5: STD= umodem
6:
7: all: ${STD}
8:
9: umodem:
10: cc ${CFLAGS} -DVER7 -o umodem umodem.c
11:
12: install: all
13: install -s umodem ${DESTDIR}/usr/new/umodem
14: install -c umodem.n ${DESTDIR}/usr/man/mann/umodem.n
15:
16: clean:
17: rm -f *.o ${STD}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.