xref: /netbsd-src/usr.sbin/ypserv/common/Makefile (revision 2a399c6883d870daece976daec6ffa7bb7f934ce)
1#	$NetBSD: Makefile,v 1.3 1997/10/11 20:26:58 mycroft Exp $
2
3LIB=	common
4SRCS=	localhostname.c read_line.c ypdb.c yplib_host.c yplog.c ypresp_xdr.c
5
6NOPROFILE=	noprofile
7NOPIC=		nopic
8
9# only needed during build
10libinstall::
11
12.include <bsd.lib.mk>
13