dcab0210a0
include <bsd.own.mk> if testing a MKxxx variable.
13 lines
248 B
Makefile
13 lines
248 B
Makefile
# from: @(#)Makefile 5.9 (Berkeley) 7/1/91
|
|
# $NetBSD: Makefile,v 1.4 1999/02/13 02:54:36 lukem Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.if ${MKSHARE} != "no"
|
|
FILES= makewhatis.sed COPYRIGHT
|
|
FILESDIR= /usr/share/man
|
|
.endif
|
|
MKOBJ= no
|
|
|
|
.include <bsd.prog.mk>
|