summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/Makefile.in
blob: e2e4603c8ed26aad8ef8e8ae6fdfee158048a78e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $NetBSD: Makefile.in,v 1.8.8.4 2008/09/21 13:02:58 joerg Exp $

BOOTSTRAP=	@bootstrap@

.if empty(BOOTSTRAP)
SUBDIRS=	lib add admin create delete info
.else
SUBDIRS=	lib admin create info
.endif

all:
	@for dir in $(SUBDIRS); do \
		( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done

install clean:
	@for dir in $(SUBDIRS); do \
		( cd $$dir && $(MAKE) $@ ) || exit 1; \
	done

distclean: clean
	rm -f config.log config.status configure.lineno
	rm -f Makefile */Makefile
	rm -f lib/config.h
	rm -f bmp/bmp.sh