summaryrefslogtreecommitdiffstats
path: root/share/mk/bsd.prog.mk
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2011-04-17 21:03:23 +0000
committerdim <dim@FreeBSD.org>2011-04-17 21:03:23 +0000
commitd9e6052d4ec703f14849c7b8cad2795fc141edec (patch)
tree5fe8b25843e2a335b0bb3410998d4b4363031e4a /share/mk/bsd.prog.mk
parent34f2672a905032e05414032bd2669880fe72ddb4 (diff)
downloadFreeBSD-src-d9e6052d4ec703f14849c7b8cad2795fc141edec.zip
FreeBSD-src-d9e6052d4ec703f14849c7b8cad2795fc141edec.tar.gz
Remove libobjc and other Objective-C related components, as these are
extremely outdated, and not used by anything in the base system. Silence from: current@
Diffstat (limited to 'share/mk/bsd.prog.mk')
-rw-r--r--share/mk/bsd.prog.mk10
1 files changed, 0 insertions, 10 deletions
diff --git a/share/mk/bsd.prog.mk b/share/mk/bsd.prog.mk
index 9489e34..e71ce01 100644
--- a/share/mk/bsd.prog.mk
+++ b/share/mk/bsd.prog.mk
@@ -48,16 +48,6 @@ PROG= ${PROG_CXX}
.if defined(PROG)
.if defined(SRCS)
-# If there are Objective C sources, link with Objective C libraries.
-.if !empty(SRCS:M*.m)
-.if defined(OBJCLIBS)
-LDADD+= ${OBJCLIBS}
-.else
-DPADD+= ${LIBOBJC} ${LIBPTHREAD}
-LDADD+= -lobjc -lpthread
-.endif
-.endif
-
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
.if target(beforelinking)
OpenPOWER on IntegriCloud