Linking blocktest without libc to allow terminal output
This commit is contained in:
parent
7b1dfc682a
commit
4a71196e69
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# Copied from drivers/Makefile.inc, and slightly edited.
|
||||
LDADD+= -lminlib -lcompat_minix -lc
|
||||
DPADD+= ${LIBMINLIB} ${LIBCOMPAT_MINIX} ${LIBC}
|
||||
LDADD+= -lminlib -lcompat_minix
|
||||
DPADD+= ${LIBMINLIB} ${LIBCOMPAT_MINIX}
|
||||
BINDIR?=/usr/sbin
|
||||
|
|
Loading…
Reference in a new issue