]> git.saurik.com Git - apple/libc.git/blobdiff - mach/Makefile.inc
Libc-391.5.18.tar.gz
[apple/libc.git] / mach / Makefile.inc
index 3a3942e8b879185eac12d3090a65666412e20027..643758c465bfe24f67d95fd06e76b0fa085800da 100644 (file)
@@ -65,3 +65,11 @@ MISRCS += ${MIGSRCS} \
 CLEANFILES += ${MIGHDRS} ${MIGSRCS} ${MD_MIGDEFS:.defs=Server.c} \
                ${MIGDEFS:.defs=Server.c} exc.h excUser.c excServer.c \
                notify.h notifyUser.c notifyServer.c
+
+.if ${LIB} == "c"
+
+MAN2 += brk.2
+
+MLINKS += brk.2 sbrk.2
+
+.endif