Allow UUCP to not be build when MKUUCP=no

This commit is contained in:
matt 2003-10-18 23:42:31 +00:00
parent 7cca41f35a
commit b746f8a878
1 changed files with 5 additions and 1 deletions

View File

@ -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>