10 lines
344 B
Makefile
10 lines
344 B
Makefile
# $NetBSD: Makefile,v 1.5 1997/10/16 05:22:37 lukem Exp $
|
|
|
|
SUBDIR= common makedbm mkalias mknetid revnetgroup stdethers stdhosts ypinit \
|
|
yppush ypserv yptest ypxfr
|
|
|
|
all-makedbm all-mkalias all-mknetid all-revnetgroup all-stdethers all-stdhosts \
|
|
all-ypinit all-yppush all-ypserv all-yptest all-ypxfr: all-common
|
|
|
|
.include <bsd.subdir.mk>
|