File:  [CSRG BSD Unix] / 43BSD / contrib / help / Makefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:54 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43
BSD 4.3

#
# Copyright (c) 1983 Regents of the University of California.
#
#	@(#)Makefile	1.2	(Berkeley)	9/10/85
#
CFLAGS=	-O
DESTDIR=
BINDIR=/usr/new
PROG=help

all:	${PROG}

install: all
	install -s ${PROG} ${DESTDIR}${BINDIR}/${PROG}
	install -c -m 444 help.n ${DESTDIR}/usr/man/mann/help.n

clean:
	rm -f ${PROG} ${PROG}.o core a.out errs

${PROG}:	${PROG}.c
	${CC} ${CFLAGS} -o ${PROG} ${PROG}.c

${PROG}: /usr/include/sys/types.h
${PROG}: /usr/include/sys/stat.h
${PROG}: /usr/include/sys/dir.h
${PROG}: /usr/include/setjmp.h
${PROG}: /usr/include/signal.h
${PROG}: /usr/include/ctype.h
${PROG}: /usr/include/stdio.h

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.