2001-12-12 04:48:43 +03:00
|
|
|
# $NetBSD: Makefile,v 1.17 2001/12/12 01:48:54 tv Exp $
|
1997-06-05 16:59:18 +04:00
|
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
|
2000-10-09 21:03:20 +04:00
|
|
|
LIB+= install
|
|
|
|
SRCS+= exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
|
2001-03-05 19:53:12 +03:00
|
|
|
plist.c str.c version.c
|
1997-06-05 13:11:59 +04:00
|
|
|
|
2001-12-12 04:48:43 +03:00
|
|
|
NOLINT= # defined
|
|
|
|
NOMAN= # defined
|
|
|
|
NOPIC= # defined
|
|
|
|
NOPROFILE= # defined
|
1997-06-05 13:11:59 +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>
|