summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsjg <sjg@FreeBSD.org>2015-06-11 04:22:17 +0000
committersjg <sjg@FreeBSD.org>2015-06-11 04:22:17 +0000
commitcead8270d4e1dec5eba05b5157c73c3ec5889050 (patch)
treea28fa550392e329e06cecf28e58a8004b5c0ea5f /include
parentd1ba9a9c7960b49fb03416eef3275c579b47908b (diff)
downloadFreeBSD-src-cead8270d4e1dec5eba05b5157c73c3ec5889050.zip
FreeBSD-src-cead8270d4e1dec5eba05b5157c73c3ec5889050.tar.gz
Remove NO_OBJ
For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
Diffstat (limited to 'include')
-rw-r--r--include/arpa/Makefile1
-rw-r--r--include/gssapi/Makefile1
-rw-r--r--include/protocols/Makefile1
-rw-r--r--include/xlocale/Makefile1
4 files changed, 0 insertions, 4 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile
index 63ab7ea..95fa1b3 100644
--- a/include/arpa/Makefile
+++ b/include/arpa/Makefile
@@ -2,7 +2,6 @@
.include <src.opts.mk>
-NO_OBJ=
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
.if ${MK_TELNET} == "no"
INCS+= telnet.h
diff --git a/include/gssapi/Makefile b/include/gssapi/Makefile
index 8fb643f..b8b8dde 100644
--- a/include/gssapi/Makefile
+++ b/include/gssapi/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-NO_OBJ=
INCS= gssapi.h
INCSDIR= ${INCLUDEDIR}/gssapi
diff --git a/include/protocols/Makefile b/include/protocols/Makefile
index ddd8f21..a41f354 100644
--- a/include/protocols/Makefile
+++ b/include/protocols/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-NO_OBJ=
INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h
INCSDIR=${INCLUDEDIR}/protocols
diff --git a/include/xlocale/Makefile b/include/xlocale/Makefile
index 7c20ea9..0ece6d2 100644
--- a/include/xlocale/Makefile
+++ b/include/xlocale/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-NO_OBJ=
INCS= _ctype.h _inttypes.h _langinfo.h _locale.h _monetary.h _stdio.h\
_stdlib.h _string.h _strings.h _time.h _uchar.h _wchar.h
INCSDIR=${INCLUDEDIR}/xlocale
OpenPOWER on IntegriCloud