NetBSD/distrib/utils/x_sh/Makefile
cgd 40587021a6 dependencies on BSDSRCDIR should be _removed_, not introduced. Use
paths relative to ${.CURDIR} instead.  Using BSDSRCDIR here means that
it's impossible to compile these programs out of the source tree they're
a part of, unless that sort tree happens to be the one at BSDSRCDIR.
1999-06-21 01:19:36 +00:00

15 lines
298 B
Makefile

# $NetBSD: Makefile,v 1.10 1999/06/21 01:19:38 cgd Exp $
# Build a smaller sh (e.g. for boot media)
.include <bsd.own.mk>
MKMAN=no
SRCDIR= ${.CURDIR}/../../../bin/sh
CPPFLAGS+= -I${SRCDIR} -DSMALL
.PATH: ${SRCDIR} ${SRCDIR}/bltin ${SRCDIR}/../../usr.bin/printf
.include "${SRCDIR}/Makefile"