Home | History | Annotate | Line # | Download | only in bozohttpd
Makefile revision 1.1.2.2
      1  1.1.2.2  pgoyette #	$NetBSD: Makefile,v 1.1.2.2 2018/05/21 04:35:56 pgoyette Exp $
      2  1.1.2.2  pgoyette 
      3  1.1.2.2  pgoyette LUA_MODULES=		bozohttpd
      4  1.1.2.2  pgoyette LUA_SRCS.bozohttpd=	glue.c
      5  1.1.2.2  pgoyette LUA_DPLIBS+=		bozohttpd \
      6  1.1.2.2  pgoyette 			${.CURDIR}/../../../libexec/httpd/libbozohttpd
      7  1.1.2.2  pgoyette 
      8  1.1.2.2  pgoyette EXTDIST= 		${.CURDIR}/../../../libexec/httpd
      9  1.1.2.2  pgoyette 
     10  1.1.2.2  pgoyette CPPFLAGS+= 		-I${EXTDIST}
     11  1.1.2.2  pgoyette 
     12  1.1.2.2  pgoyette .PATH: ${EXTDIST}/lua
     13  1.1.2.2  pgoyette 
     14  1.1.2.2  pgoyette .include <bsd.lua.mk>
     15