2003-09-23 18:23:53 +04:00
|
|
|
# $NetBSD: Makefile,v 1.22 2003/09/23 14:23:53 wiz Exp $
|
1997-06-05 16:59:18 +04:00
|
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
|
2001-12-12 04:48:43 +03:00
|
|
|
NOLINT= # defined
|
|
|
|
NOMAN= # defined
|
|
|
|
NOPIC= # defined
|
|
|
|
NOPROFILE= # defined
|
1997-06-05 13:11:59 +04:00
|
|
|
|
2002-09-18 17:31:52 +04:00
|
|
|
LIB+= install
|
2003-09-23 18:23:53 +04:00
|
|
|
SRCS+= file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
|
2003-08-25 01:10:47 +04:00
|
|
|
plist.c str.c version.c path.c fexec.c
|
2002-09-18 17:31:52 +04:00
|
|
|
|
1997-06-05 18:25:49 +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
|
|
|
|
|
1997-06-05 12:54:23 +04:00
|
|
|
.include <bsd.lib.mk>
|