libminc-related updates

- add files needed for acpi, ahci, fbd, vfs to libminc
- remove "-lc" from their respective makefiles
- remove setenv from libminc (requires initialization)
This commit is contained in:
David van Moolenbroek
2012-03-09 00:49:46 +01:00
parent 0438b62014
commit e8d2d2f6b6
5 changed files with 10 additions and 13 deletions

View File

@@ -134,7 +134,7 @@ ACPICA_SRCS= \
SRCS+=${ACPICA_SRCS}
DPADD+= ${LIBSYS}
LDADD+= -lsys -lc
LDADD+= -lsys
CPPFLAGS += -I${.CURDIR}/include
CFLAGS += -DACPI_LIBRARY

View File

@@ -5,8 +5,6 @@ SRCS= ahci.c
DPADD+= ${LIBBLOCKDRIVER} ${LIBSYS} ${LIBTIMERS} ${LIBMTHREAD}
LDADD+= -lblockdriver -lsys -ltimers -lmthread
LDADD+= -lc
MAN=
BINDIR?= /sbin

View File

@@ -6,7 +6,7 @@ PROG= fbd
SRCS= fbd.c rule.c action.c
DPADD+= ${LIBBLOCKDRIVER} ${LIBSYS}
LDADD+= -lblockdriver -lsys -lc
LDADD+= -lblockdriver -lsys
CPPFLAGS+= -DDEBUG=0
# The FBD driver requires NetBSD libc.