mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
9 lines
257 B
Makefile
9 lines
257 B
Makefile
# $NetBSD: include-pkgsubdir.mk,v 1.1.1.1 2004/08/27 21:34:58 jlam Exp $
|
|
|
|
.PHONY: include-pkgsubdir
|
|
do-regress: include-pkgsubdir
|
|
include-pkgsubdir:
|
|
@test="-I${LOCALBASE}/include/krb5"; \
|
|
expected="-I${BUILDLINK_DIR}/include/krb5"; \
|
|
${TEST_RESULT}
|