summaryrefslogtreecommitdiff
path: root/regress/buildlink-transform/tests/include-usr-include-subdir.mk
blob: 61dfbb39ff3dc5c392bd16097d68f70e3e9c4c2f (plain)
1
2
3
4
5
6
7
8
# $NetBSD: include-usr-include-subdir.mk,v 1.1.1.1 2004/08/27 21:34:58 jlam Exp $

.PHONY: include-usr-include-subdir
do-regress: include-usr-include-subdir
include-usr-include-subdir:
	@test="-I/usr/include/krb5";					\
	expected="-I/usr/include/krb5";					\
	${TEST_RESULT}