head	1.2;
access;
symbols
	bsd_44_lite_2:1.1.1.3
	bsd_44_lite:1.1.1.1
	CSRG:1.1.1;
locks; strict;
comment	@# @;


1.2
date	97.07.13.14.18.49;	author peter;	state dead;
branches;
next	1.1;

1.1
date	94.05.27.04.59.54;	author rgrimes;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.27.04.59.55;	author rgrimes;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	95.12.30.18.49.16;	author peter;	state dead;
branches;
next	1.1.1.3;

1.1.1.3
date	97.07.03.03.24.07;	author bde;	state Exp;
branches;
next	;


desc
@@


1.2
log
@kill the undead
@
text
@#
# @@(#)Makefile	2.1 88/08/10 4.0 RPCSRC
#
#
TROFF=	ditroff
TOPTS=  -t
NROFF=	nroff
NOPTS=
PIC=	pic
TBL=	tbl
EQN=	eqn

SRC=	 nfs.secure.ms

all default: all.nroff

install:	all.nroff
	@@echo "Nothing installed."

all.nroff:	${SRC}
	${TBL} ${SRC} | ${EQN} | ${NROFF} ${NOPTS} -ms >all.nroff

all.troff:	${SRC}
	${TBL} ${SRC} | ${PIC} | ${EQN} | ${TROFF} ${TOPTS} -ms >all.troff

#

nfs.secure.nroff: nfs.secure.ms
	${TBL} nfs.secure.ms | ${EQN} | ${NROFF} ${NOPTS} -ms >nfs.secure.nroff

nfs.secure.troff:	nfs.secure.ms
	${TBL} nfs.secure.ms|${PIC}|${EQN}| ${TROFF} ${TOPTS} -ms >nfs.secure.troff

clean:
	rm -f *.nroff *.troff

spell:	${SRC}
	@@for i in ${SRC}; do \
		echo $$i; spell $$i | sort | comm -23 - spell.ok > $$i.spell; \
	done
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@BSD 4.4 Lite Lib Sources
@
text
@@


1.1.1.2
log
@recording cvs-1.6 file death
@
text
@@


1.1.1.3
log
@Import Lite2's src/lib, except for non-i386 machine-dependent directories,
libc/db, libc/gen/crypt.* and libtelnet.  All affected files except 3
unimportant ones have already left the vendor branch.
@
text
@@
