17 lines
338 B
Makefile
17 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.14 2000/10/09 17:03:20 hubertf Exp $
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
LIB+= install
|
|
SRCS+= exec.c file.c ftpio.c global.c lpkg.c pen.c pkgdb.c \
|
|
plist.c str.c
|
|
|
|
MKLINT= no
|
|
MKMAN= no
|
|
MKPIC= no
|
|
MKPROFILE= no
|
|
|
|
# only needed during build - prevent installation of library
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|