10 lines
149 B
Makefile
10 lines
149 B
Makefile
# $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>
|