NetBSD/usr.sbin/ypserv/ypinit/Makefile.main
itojun f96e3b36f6 generate ipnodes.{byname,byaddr} for IPv4/v6 lookups.
hosts.{byname,byaddr} is still an IPv4 only mapping.
obeys solaris8 practice.  see comments in ypinit/Makefile.yp for details.

TODO: interop test with solaris8 (any takers?)
2000-07-30 02:33:13 +00:00

9 lines
213 B
Makefile

# $NetBSD: Makefile.main,v 1.5 2000/07/30 02:33:13 itojun Exp $
SUBDIR=
TARGETS+= passwd aliases amd.home ethers group hosts ipnodes netgroup \
networks protocols rpc services netid
.include <bsd.subdir.mk>