summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_install/files/Makefile.in
blob: 6871dcd26f105d0d57bd3318f5a6f7dbeb972439 (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.9 2009/02/02 12:35:00 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