summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/Makefile
blob: 2332a1bcb176a6ac4c42e28653b47f8959635833 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	$OpenBSD: Makefile,v 1.2 1998/10/13 23:09:52 marc Exp $
LIB=	install
SRCS=	file.c plist.c str.c exec.c global.c pen.c
CFLAGS+= ${DEBUG}
NOPROFILE= yes
NOPIC=	yes

install:
	@echo -n

.include <bsd.lib.mk>