NetBSD/usr.sbin/pkg_install/lib/Makefile

19 lines
412 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.22 2003/09/23 14:23:53 wiz Exp $
# Original from FreeBSD, no rcs id.
2001-12-12 04:48:43 +03:00
NOLINT= # defined
NOMAN= # defined
NOPIC= # defined
NOPROFILE= # defined
2002-09-18 17:31:52 +04:00
LIB+= install
SRCS+= file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
plist.c str.c version.c path.c fexec.c
2002-09-18 17:31:52 +04:00
# only needed during build - prevent installation of library
libinstall::
2001-03-05 21:24:58 +03:00
version.o: version.h version.c
.include <bsd.lib.mk>