don't build/install share if NOSHARE defined

This commit is contained in:
lukem 1998-09-27 16:31:39 +00:00
parent 2eadcee825
commit 610a1d7558

View File

@ -1,8 +1,13 @@
# $NetBSD: Makefile,v 1.6 1997/11/13 02:34:00 thorpej Exp $ # $NetBSD: Makefile,v 1.7 1998/09/27 16:31:39 lukem Exp $
# from @(#)Makefile 8.1 (Berkeley) 6/5/93 # from @(#)Makefile 8.1 (Berkeley) 6/5/93
# Missing: ms # Missing: ms
.include <bsd.own.mk>
.if !defined(NOSHARE) || \
make(clean) || make(cleandir) || make(distclean) || make(obj)
SUBDIR= dict doc examples lkm man me misc mk skel tabset termcap tmac zoneinfo SUBDIR= dict doc examples lkm man me misc mk skel tabset termcap tmac zoneinfo
.endif
.include <bsd.subdir.mk> .include <bsd.subdir.mk>