15 lines
305 B
Makefile
15 lines
305 B
Makefile
# $NetBSD: Makefile,v 1.10 1999/02/13 17:46:20 hubertf Exp $
|
|
# Original from FreeBSD, no rcs id.
|
|
|
|
LIB= install
|
|
SRCS= exec.c file.c global.c pen.c pkgdb.c plist.c str.c
|
|
|
|
MKMAN= no
|
|
MKPROFILE= no
|
|
MKPIC= no
|
|
|
|
# only needed during build - prevent installation of library
|
|
libinstall::
|
|
|
|
.include <bsd.lib.mk>
|