31faff7381
"/etc/mk.conf". This fixes manual use of "make cleandir".
13 lines
212 B
Makefile
13 lines
212 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/01/20 22:49:29 tron Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
_CURDIR:= ${.CURDIR}
|
|
|
|
.include <bsd.own.mk>
|
|
.CURDIR:=${NETBSDSRCDIR}/gnu/lib
|
|
|
|
.include "${.CURDIR}/Makefile"
|
|
|
|
.CURDIR:= ${_CURDIR}
|