From a35d88931c87cfe6bd38f01d7bad22140b3b38f3 Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 24 Oct 2004 15:33:08 +0000 Subject: For variables that are only checked with defined(), don't provide any fake value. --- include/arpa/Makefile | 2 +- include/protocols/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/arpa/Makefile b/include/arpa/Makefile index 2e6086bc4988..6ad9e475635d 100644 --- a/include/arpa/Makefile +++ b/include/arpa/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NOOBJ= noobj +NOOBJ= INCS= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h INCSDIR=${INCLUDEDIR}/arpa diff --git a/include/protocols/Makefile b/include/protocols/Makefile index 3c79142557a6..4ee43a118b35 100644 --- a/include/protocols/Makefile +++ b/include/protocols/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NOOBJ= noobj +NOOBJ= INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h INCSDIR=${INCLUDEDIR}/protocols -- cgit v1.2.3