84d9c625bf
- Fix for possible unset uid/gid in toproto - Fix for default mtree style - Update libelf - Importing libexecinfo - Resynchronize GCC, mpc, gmp, mpfr - build.sh: Replace params with show-params. This has been done as the make target has been renamed in the same way, while a new target named params has been added. This new target generates a file containing all the parameters, instead of printing it on the console. - Update test48 with new etc/services (Fix by Ben Gras <ben@minix3.org) get getservbyport() out of the inner loop Change-Id: Ie6ad5226fa2621ff9f0dee8782ea48f9443d2091
28 lines
800 B
Makefile
28 lines
800 B
Makefile
# $NetBSD: Makefile,v 1.47 2012/11/15 23:51:53 joerg Exp $
|
|
# @(#)Makefile 8.1 (Berkeley) 6/8/93
|
|
|
|
NOOBJ= # defined
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= bsd.README bsd.buildinstall.mk bsd.clang-analyze.mk bsd.clean.mk \
|
|
bsd.dep.mk bsd.doc.mk bsd.endian.mk bsd.files.mk \
|
|
bsd.gcc.mk bsd.hostlib.mk bsd.hostprog.mk bsd.inc.mk bsd.info.mk \
|
|
bsd.init.mk bsd.ioconf.mk bsd.kernobj.mk bsd.kinc.mk bsd.klinks.mk \
|
|
bsd.kmodule.mk bsd.lib.mk bsd.links.mk bsd.lua.mk \
|
|
bsd.man.mk bsd.nls.mk \
|
|
bsd.obj.mk bsd.own.mk bsd.prog.mk bsd.rpc.mk bsd.shlib.mk \
|
|
bsd.subdir.mk bsd.sys.mk bsd.test.mk bsd.x11.mk sys.mk
|
|
|
|
.if defined(__MINIX)
|
|
# MINIX-specific files
|
|
FILES+= minix.service.mk minix.gcov.mk
|
|
.endif # defined(__MINIX)
|
|
|
|
FILESDIR=/usr/share/mk
|
|
.endif
|
|
|
|
FILESMODE=444
|
|
|
|
.include <bsd.prog.mk>
|