
This was a MINIX3-specific header file placed outside of the minix/ header subdirectory, with its definitions duplicated in the more standard minix/sysutil.h header. Also make env_prefix(3) take constant pointers. Change-Id: I243c38eb38e24eb98f0c0dddf7f340e7fec255f4
20 lines
293 B
Makefile
20 lines
293 B
Makefile
# Doing a make includes builds /usr/include
|
|
|
|
NOOBJ= # defined
|
|
|
|
INCS+= lib.h libutil.h varargs.h configfile.h
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
INCSDIR= /usr/include
|
|
|
|
SUBDIR+= arch
|
|
SUBDIR+= ddekit
|
|
SUBDIR+= libdde
|
|
SUBDIR+= minix
|
|
SUBDIR+= net
|
|
SUBDIR+= sys
|
|
|
|
.include <bsd.prog.mk>
|
|
.include <bsd.subdir.mk>
|