1999-06-21 05:19:36 +04:00
|
|
|
# $NetBSD: Makefile,v 1.10 1999/06/21 01:19:38 cgd Exp $
|
1997-11-17 04:35:57 +03:00
|
|
|
# Build a smaller sh (e.g. for boot media)
|
|
|
|
|
1998-05-03 20:50:25 +04:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
1999-02-13 05:54:17 +03:00
|
|
|
MKMAN=no
|
|
|
|
|
1999-06-21 05:19:36 +04:00
|
|
|
SRCDIR= ${.CURDIR}/../../../bin/sh
|
1998-05-03 20:50:25 +04:00
|
|
|
|
|
|
|
CPPFLAGS+= -I${SRCDIR} -DSMALL
|
1997-11-17 04:35:57 +03:00
|
|
|
|
1998-03-29 13:22:06 +04:00
|
|
|
.PATH: ${SRCDIR} ${SRCDIR}/bltin ${SRCDIR}/../../usr.bin/printf
|
1998-05-03 20:50:25 +04:00
|
|
|
|
1998-03-29 13:22:06 +04:00
|
|
|
.include "${SRCDIR}/Makefile"
|