xref: /netbsd/usr.sbin/ypserv/common/Makefile (revision c4a72b64)
1#	$NetBSD: Makefile,v 1.9 2002/09/18 13:31:56 lukem Exp $
2
3NOLINT=		# defined
4NOPIC=		# defined
5NOPROFILE=	# defined
6
7LIB=	common
8SRCS=	localhostname.c ypdb.c yplib_host.c ypresp_xdr.c
9
10# only needed during build
11libinstall::
12
13.include <bsd.lib.mk>
14