You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
307 B

# Doing a make includes builds /usr/include
NOOBJ= # defined
INCS+= env.h fetch.h 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>