f96e3b36f6
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?)
9 lines
213 B
Makefile
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>
|