NetBSD/usr.sbin/ypserv/ypinit/Makefile
lukem b252d2a436 - major cleanup of Makefile.yp to use modern make(1) variables, and
follow our formatting convetions.
- add support for aliases, amd.home, master.passwd and netgroup maps
  [initially from openbsd, reworked as above]
- if INSECURE != "yes" then the passwd.by* maps will not contain the
  encrypted version of the passwd - privileged clients will request
  info from the master.passwd.by* maps.
  FreeBSD originally implemented this, and & OpenBSD supports it too.
  [from openbsd].

  By default, passwd maps are INSECURE, but in a *BSD-only environment,
  this could be disabled to allow for a [slightly] higher degree of
  security from non-root users...
1997-10-15 03:01:57 +00:00

11 lines
190 B
Makefile

# $NetBSD: Makefile,v 1.6 1997/10/15 03:01:57 lukem Exp $
MAN= ypinit.8
SCRIPTS=ypinit.sh
FILES= Makefile.yp Makefile.main
FILESDIR=/var/yp
FILESMODE=${NONBINMODE}
.include <bsd.prog.mk>