|
|
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 5.1 (Berkeley) 12/12/87
7: #
8: MDIR= /usr/man/cat.old
9: SRCS= analyze.8 arcv.8 cxref.1 net.1 netcp.1 netlog.1 \
10: netlogin.1 netlpr.1 netmail.1 netq.1 netrm.1 nettroff.1 print.1 \
11: prmail.1 pti.1 sdb.1 trman.1 ttytype.5
12: OBJS= analyze.0 arcv.0 cxref.0 net.0 netcp.0 netlog.0 \
13: netlogin.0 netlpr.0 netmail.0 netq.0 netrm.0 nettroff.0 print.0 \
14: prmail.0 pti.0 sdb.0 trman.0 ttytype.0
15: LINKS= ccat.0
16:
17: .SUFFIXES: .8 .5 .1 .0
18:
19: .8.0:
20: /usr/man/manroff $*.8 > $*.0
21: .5.0:
22: /usr/man/manroff $*.5 > $*.0
23: .1.0:
24: /usr/man/manroff $*.1 > $*.0
25:
26: # all: ${OBJS}
27: all:
28:
29: manclean: FRC
30: rm -f ${OBJS}
31:
32: install: FRC
33: # install: FRC
34: # cd ${DESTDIR}${MDIR}; rm -f *.0
35: # install -c -o bin -g bin -m 444 ${OBJS} ${DESTDIR}${MDIR}
36:
37: depend:
38: clean:
39: FRC:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.