xref: /netbsd/usr.sbin/ypserv/common/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.8 2001/12/12 01:48:57 tv Exp $
2
3LIB=	common
4SRCS=	localhostname.c ypdb.c yplib_host.c ypresp_xdr.c
5
6NOLINT=		# defined
7NOPIC=		# defined
8NOPROFILE=	# defined
9
10# only needed during build
11libinstall::
12
13.include <bsd.lib.mk>
14