Adjust the S variable (pointer to top of sys tree) so that it points to
the right place. Fixes build problems in this directory.
This commit is contained in:
parent
6c854a4076
commit
2dc62c2e27
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.2 2005/07/20 03:27:51 junyoung Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2005/11/12 04:19:01 simonb Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../../
|
||||
S= ${.CURDIR}/../../../..
|
||||
|
||||
NOMAN= # defined
|
||||
STRIPFLAG= # nothing
|
||||
|
|
Loading…
Reference in New Issue