Files
pkgsrc-ng/pkgtools/pkg_install/files/Makefile.in
2013-09-26 17:14:40 +02:00

26 lines
503 B
Makefile

# $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