|
|
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) 12/10/87
7: #
8: CFLAGS= -O
9: LIBC= /lib/libc.a
10: SRCS= enpload.c
11: ALL= enpload
12: SUBDIR= dlmpcc
13:
14: all: ${ALL} ${SUBDIR}
15:
16: ${ALL}: ${LIBC}
17: ${CC} ${CFLAGS} -o $@ [email protected]
18:
19: ${SUBDIR}: FRC
20: cd $@; make MFLAGS=${MFLAGS}
21:
22: clean: FRC
23: rm -f ${ALL} core
24: for i in ${SUBDIR} ; do \
25: (cd $$i; make ${MFLAGS} clean); \
26: done
27:
28: depend: FRC
29: mkdep -p ${CFLAGS} ${SRCS}
30: for i in ${SUBDIR} ; do \
31: (cd $$i; make ${MFLAGS} depend); \
32: done
33:
34: install: FRC
35: install -s -o bin -g bin -m 755 enpload ${DESTDIR}/etc/enpload
36: install -c -o bin -g bin -m 444 enpcode ${DESTDIR}/etc/enpcode
37: for i in ${SUBDIR} ; do \
38: (cd $$i; make ${MFLAGS} install); \
39: done
40:
41: tags:
42: for i in ${SUBDIR} ; do \
43: (cd $$i; make ${MFLAGS} tags); \
44: done
45:
46: lint:
47: FRC:
48:
49: # DO NOT DELETE THIS LINE -- mkdep uses it.
50: # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
51:
52: enpload: enpload.c /usr/include/stdio.h /usr/include/a.out.h
53: enpload: /usr/include/sys/exec.h /usr/include/sys/types.h
54: enpload: /usr/include/sys/file.h /usr/include/sys/ioctl.h
55: enpload: /usr/include/sys/ttychars.h /usr/include/sys/ttydev.h
56: enpload: /usr/include/tahoeif/if_enpreg.h
57:
58: # 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.