head	1.3;
access;
symbols
	RELENG_2_1_7_RELEASE:1.2
	RELENG_2_1_6_1_RELEASE:1.2
	RELENG_2_1_6_RELEASE:1.2
	RELENG_2_1_5_RELEASE:1.2
	RELENG_2_1_0_RELEASE:1.2
	RELENG_2_1_0:1.2.0.4
	RELENG_2_1_0_BP:1.2
	RELENG_2_0_5_RELEASE:1.2
	RELENG_2_0_5:1.2.0.2
	RELENG_2_0_5_BP:1.2
	RELENG_2_0_5_ALPHA:1.2;
locks; strict;
comment	@# @;


1.3
date	96.04.28.04.08.21;	author wpaul;	state dead;
branches;
next	1.2;

1.2
date	95.02.04.04.26.19;	author wpaul;	state Exp;
branches
	1.2.4.1;
next	1.1;

1.1
date	95.01.31.08.43.02;	author wpaul;	state Exp;
branches;
next	;

1.2.4.1
date	99.09.05.11.11.35;	author peter;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Toss the GNU yp_mkdb into the attic.
@
text
@# From:	@@(#)Makefile	8.1 (Berkeley) 7/19/93
# $Id: Makefile,v 1.2 1995/02/04 04:26:19 wpaul Exp wpaul $

PROG=	yp_mkdb
MAN8=	yp_mkdb.8

.include <bsd.prog.mk>
@


1.2
log
@Created yp_mkdb(8) manual page, modified Makefile to install it.
@
text
@d2 1
a2 1
# $Id$
@


1.2.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.1
log
@Obtained from: The NYS project
This program is used for both generating and dumping NIS maps. It's very
similar to the 'makedbm' command in SunOS. This program was ported from
the yps-0.21 package. It's close to the original except for the GDBM to
DB conversions. This was simple compared to the other YP components.
@
text
@d1 2
a2 1
#	@@(#)Makefile	8.1 (Berkeley) 7/19/93
d5 1
a5 4
MAN8=

BINOWN=	bin
BINMODE=555
@
