X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/c5122aa22a66bca9c3eb3035b3127d0978ef840b..5b4bdb577c773dd763e13a8bf934683fdbf524fa:/package/ppp/Makefile diff --git a/package/ppp/Makefile b/package/ppp/Makefile index f6dbd33c9..22937683d 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -121,6 +121,11 @@ define Build/Compile all install endef +define Build/InstallDev + $(INSTALL_DIR) $(1)/usr/include + $(CP) $(PKG_INSTALL_DIR)/usr/include/pppd $(1)/usr/include/ +endef + define Package/ppp/install $(INSTALL_DIR) $(1)/usr/lib/pppd/$(PKG_VERSION) $(INSTALL_DIR) $(1)/usr/sbin