diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/arpa/Makefile | 2 | ||||
| -rw-r--r-- | include/protocols/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile index 6ad9e475635da..a480b31341e5b 100644 --- a/include/arpa/Makefile +++ b/include/arpa/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NOOBJ= +NO_OBJ= 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 4ee43a118b352..ddd8f21dc9129 100644 --- a/include/protocols/Makefile +++ b/include/protocols/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -NOOBJ= +NO_OBJ= INCS= dumprestore.h routed.h rwhod.h talkd.h timed.h INCSDIR=${INCLUDEDIR}/protocols |
