summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/Makefile
blob: ff1e3e686e937b1aff60b66178ab8f0eb535887a (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.1 1996/06/04 07:56:11 niklas Exp $
LIB=	install
SRCS=	file.c ftp.c msg.c plist.c str.c exec.c global.c pen.c
CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC=	yes

install:
	@echo -n

.include <bsd.lib.mk>