diff options
| author | matt <matt@NetBSD.org> | 2003-10-18 23:42:31 +0000 |
|---|---|---|
| committer | matt <matt@NetBSD.org> | 2003-10-18 23:42:31 +0000 |
| commit | b746f8a878038217897231bd46a89fe14d4ef863 (patch) | |
| tree | 2fd2297404add856e065ac256c006160f3a819fd /gnu/libexec | |
| parent | 7cca41f35ae12829ec1efeaf50ed1d8f5115be4c (diff) | |
Allow UUCP to not be build when MKUUCP=no
Diffstat (limited to 'gnu/libexec')
| -rw-r--r-- | gnu/libexec/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/libexec/Makefile b/gnu/libexec/Makefile index 64b8d3a2ada..53c41b6f239 100644 --- a/gnu/libexec/Makefile +++ b/gnu/libexec/Makefile @@ -1,5 +1,9 @@ -# $NetBSD: Makefile,v 1.4 1995/04/23 07:52:55 cgd Exp $ +# $NetBSD: Makefile,v 1.5 2003/10/18 23:42:31 matt Exp $ +.include <bsd.own.mk> + +.if ${MKUUCP} != "no" SUBDIR= uucp +.endif .include <bsd.subdir.mk> |
