SVN-Revision: 2749
master
Nicolas Thill 19 years ago
parent 7f03e6c252
commit 65e9d0b216
  1. 2
      openwrt/package/deco/Makefile
  2. 2
      openwrt/package/elhttp/Makefile
  3. 2
      openwrt/package/iperf/Makefile
  4. 2
      openwrt/package/psybnc/Makefile
  5. 2
      openwrt/package/rrs/Makefile
  6. 2
      openwrt/package/scdp/Makefile
  7. 2
      openwrt/package/slurm/Makefile
  8. 4
      openwrt/package/snort-wireless/Makefile

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=deco

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=elhttp

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=iperf

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=psybnc

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=rrs

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=scdp

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=slurm

@ -1,3 +1,5 @@
# $Id$
include $(TOPDIR)/rules.mk
PKG_NAME:=snort-wireless
@ -149,5 +151,5 @@ $(PKG_BUILD_DIR)/.installed: $(PKG_BUILD_DIR)/.built
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(PKG_INSTALL_DIR)" \
install
touch $(PKG_BUILD_DIR)/.installed
touch $@

Loading…
Cancel
Save