|
|
1.1 root 1: #
2: # Copyright (c) 1987 Regents of the University of California.
3: # All rights reserved. The Berkeley software License Agreement
4: # specifies the terms and conditions for redistribution.
5: #
6: # @(#)Makefile 1.2 (Berkeley) 11/23/87
7: #
8: CFLAGS= -O
9: LIBC= /lib/libc.a
10:
11: all: dlmpcc
12:
13: dlmpcc: dlmpcc.c ${LIBC}
14: ${CC} ${CFLAGS} -o $@ [email protected]
15:
16: clean:
17: rm -f dlmpcc core a.out errs
18:
19: depend:
20: mkdep -p ${CFLAGS} dlmpcc.c
21:
22: install:
23: install -s -o bin -g bin -m 755 dlmpcc ${DESTDIR}/etc/dlmpcc
24: install -c -o bin -g bin -m 444 firmware/* ${DESTDIR}/etc
25:
26: # DO NOT DELETE THIS LINE -- mkdep uses it.
27: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
28:
29: dlmpcc: dlmpcc.c /usr/include/stdio.h /usr/include/ctype.h /usr/include/fcntl.h
30: dlmpcc: /usr/include/sys/ioctl.h /usr/include/sys/ttychars.h
31: dlmpcc: /usr/include/sys/ttydev.h /usr/include/errno.h /usr/include/sys/types.h
32: dlmpcc: /usr/include/tahoevba/mpreg.h /usr/include/stdio.h scnhdr.h
33:
34: # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.