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