Home | History | Annotate | Line # | Download | only in lua
Makefile revision 1.4
      1  1.4   mbalmer #	$NetBSD: Makefile,v 1.4 2011/10/15 10:46:24 mbalmer Exp $
      2  1.2   mbalmer 
      3  1.3  christos .include <bsd.own.mk>
      4  1.3  christos 
      5  1.3  christos .if ${MACHINE_ARCH} != "m68000"
      6  1.3  christos # No support for shared libraries and pic code.
      7  1.4   mbalmer SUBDIR+=	gpio sqlite
      8  1.3  christos .endif
      9  1.1   mbalmer 
     10  1.1   mbalmer .include <bsd.subdir.mk>
     11