diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-15 20:25:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-15 20:25:32 +0000 |
commit | 4eddce762d46dfe00af99b6e51762b3aa79796da (patch) | |
tree | bc58e30da8425b66f5cecb86258b301c98812d03 /package/Makefile | |
parent | 6c80669a567699ea56e4600c32e49cd3086e82fa (diff) | |
download | upstream-4eddce762d46dfe00af99b6e51762b3aa79796da.tar.gz upstream-4eddce762d46dfe00af99b6e51762b3aa79796da.tar.bz2 upstream-4eddce762d46dfe00af99b6e51762b3aa79796da.zip |
Add xinetd package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@912 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/Makefile')
-rw-r--r-- | package/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/Makefile b/package/Makefile index 872489fb97..b6f5f809f4 100644 --- a/package/Makefile +++ b/package/Makefile @@ -89,6 +89,7 @@ package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_HTPDATE) += htpdate package-$(BR2_PACKAGE_HOWL) += howl package-$(BR2_PACKAGE_OSIRISD) += osiris +package-$(BR2_PACKAGE_XINETD) += xinetd DEV_LIBS:=tcp_wrappers glib ncurses openssl pcre popt zlib libnet libpcap mysql postgresql iptables matrixssl lzo gmp fuse portmap libelf uclibc++ speex libpng libgd DEV_LIBS_COMPILE:=$(patsubst %,%-compile,$(DEV_LIBS)) |