NetBSD/compat/gnu/lib/Makefile
tron 31faff7381 Include "bsd.own.mk" to get the definition of "NETBSDSRCDIR" via
"/etc/mk.conf". This fixes manual use of "make cleandir".
2009-01-20 22:49:29 +00:00

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}