14 lines
249 B
Makefile
14 lines
249 B
Makefile
# $NetBSD: Makefile,v 1.9 2002/09/18 13:31:56 lukem Exp $
|
|
|
|
NOLINT= # defined
|
|
NOPIC= # defined
|
|
NOPROFILE= # defined
|
|
|
|
LIB= common
|
|
SRCS= localhostname.c ypdb.c yplib_host.c ypresp_xdr.c
|
|
|
|
# only needed during build
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|