Home | History | Annotate | Line # | Download | only in lua
Makefile revision 1.4.2.2
      1 #	$NetBSD: Makefile,v 1.4.2.2 2014/05/22 11:37:00 yamt Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 .if ${MKPIC} != "no"
      6 # No support for shared libraries and pic code.
      7 SUBDIR+=	gpio sqlite syslog
      8 .endif
      9 
     10 .include <bsd.subdir.mk>
     11