Fix testsh1 execution in /usr/tests/minix-posix

Change-Id: Ib9ee7d9af72b5da2c6585cc11f80feefd4de5844
This commit is contained in:
2013-08-24 14:15:05 +02:00
parent cde59bcba6
commit 17120a359b
2 changed files with 6 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
BINDIR?= /usr/tests/minix-posix
FILESDIR?= /usr/tests/minix-posix
WARNS?= 1
# Tests have no manpages
@@ -7,6 +8,9 @@ MKMAN= no
# They are all bin-owned; by default normal executable mode
BINOWN= bin
# Needed by testsh1.sh
FILES= test1.c
CFLAGS+= -fno-builtin
LDADD+= -lm -lcompat_minix