xref: /netbsd-src/usr.sbin/ypserv/common/Makefile (revision 6dffe8d42bd46273f674d7ab834e7be9b1af990e)
1#	$NetBSD: Makefile,v 1.11 2008/05/03 14:48:32 lukem Exp $
2
3LIBISPRIVATE=	yes
4
5LIB=	common
6SRCS=	localhostname.c ypdb.c yplib_host.c ypresp_xdr.c
7
8.include <bsd.lib.mk>
9