File:  [CSRG BSD Unix] / 43BSDTahoe / new / xns / man / MMakefile
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:58 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43tahoe
BSD 4.3tahoe


DESTDIR =
DESTMAN = ${DESTDIR}/usr/man/mann

MANS = xnscourier.n clearinghousesupport.n getcourierdbent.n \
	authcredcheck.n authlookup.n credentials.n \
	xnsbfs.n xnsprint.n xnsftp.n gaptelnet.n \
	Filing4d.n Filing5d.n Filing6d.n FilingSubset1d.n registerhost.n \
	xnsarchive.n xnsrestore.n xnsbrowse.n xnsrprint.n vpfile.n \
	Viewpointfiles.n
.SUFFIXES: .n .n.ip


.n.n.ip:
	iptroff -man NoCutMarks.man $< 

all: 
	iptroff -o man.ip -man NoCutMarks.man ${MANS}

install: ${DESTMAN}
	for i in ${MANS}; do \
		(install -c -m 644 $$i ${DESTMAN}/$$i); done

clean:
	rm -f man.ip *.BAK *.CKP

${DESTMAN}:
	-mkdir ${DESTDIR}/usr/man
	mkdir ${DESTMAN}
	chmod 755 ${DESTMAN}

rcs:
	rcs -l RCS/*
	cat ../rcsdescription | ci -u${RCSREV} -q -N${RCSNAME} RCS/*

unix.superglobalmegacorp.com

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