. get rid of includes in libcompat_minix: . move configfile.h to minix/include/ . all others are unneeded as they point to other files . merge the .c files with libc Change-Id: I5e840c66fb9bc484f377926aa9d66473bbd16259
8 lines
92 B
Makefile
8 lines
92 B
Makefile
BINDIR?= /service
|
|
MAN?=
|
|
|
|
LDADD+= -lminlib
|
|
DPADD+= ${LIBMINLIB}
|
|
|
|
.include "../Makefile.inc"
|