1 # $NetBSD: Makefile,v 1.4 2008/03/09 22:44:41 dholland Exp $
3 NOMAN
=# defined (must be above bsd.own.mk)
8 LIBFOO
!= cd
${.CURDIR
}/..
/lib
&& ${PRINTOBJDIR}
9 PROGDIR
!= cd
${.CURDIR
} && ${PRINTOBJDIR}
10 LDFLAGS
+=-Wl
,-R
'$${ORIGIN}' -Wl
,-L
${LIBFOO} -lfoo
11 CPPFLAGS
+=-I
${.CURDIR
}/..
/lib
16 -@cp
${LIBFOO}/libfoo.so
.0 .
18 CLEANFILES
+=libfoo.so
.0
20 # can't use ./${PROG} here because the kernel is still broken
21 # checkout the #ifdef notyet in kern_exec.c
25 .
include <bsd.prog.mk
>