diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/arpa/Makefile | 1 | ||||
-rw-r--r-- | include/gssapi/Makefile | 1 | ||||
-rw-r--r-- | include/protocols/Makefile | 1 | ||||
-rw-r--r-- | include/xlocale/Makefile | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile index 63ab7ea8e82c..95fa1b36e9bf 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 8fb643fb3b56..b8b8ddea6166 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 ddd8f21dc912..a41f3540e2c1 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 7c20ea96a789..0ece6d297417 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 |