|
|
1.1 root 1: #
2: # Copyright (c) 1983 Regents of the University of California.
3: #
4: # @(#)Makefile 1.2 (Berkeley) 9/10/85
5: #
6: CFLAGS= -O
7: DESTDIR=
8: BINDIR=/usr/new
9: PROG=help
10:
11: all: ${PROG}
12:
13: install: all
14: install -s ${PROG} ${DESTDIR}${BINDIR}/${PROG}
15: install -c -m 444 help.n ${DESTDIR}/usr/man/mann/help.n
16:
17: clean:
18: rm -f ${PROG} ${PROG}.o core a.out errs
19:
20: ${PROG}: ${PROG}.c
21: ${CC} ${CFLAGS} -o ${PROG} ${PROG}.c
22:
23: ${PROG}: /usr/include/sys/types.h
24: ${PROG}: /usr/include/sys/stat.h
25: ${PROG}: /usr/include/sys/dir.h
26: ${PROG}: /usr/include/setjmp.h
27: ${PROG}: /usr/include/signal.h
28: ${PROG}: /usr/include/ctype.h
29: ${PROG}: /usr/include/stdio.h
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.