chiark / gitweb /
Remove snprintf reimplementation.
[secnet.git] / Makefile.in
index d3394444ec949d8c1a943bc7a59b0de0436e5ede..3a03951ec7e97993387aa1ed8132b7ef90fa3605 100644 (file)
@@ -67,14 +67,12 @@ DISTFILES:=BUGS COPYING CREDITS INSTALL LICENSE.txt Makefile.in \
        config.h.in configure \
        configure.in depend.sh dh.c \
        example.conf \
-       getopt.c getopt1.c getopt.h \
        install-sh ipaddr.c ipaddr.h ipaddr.py linux log.c \
        magic.h md5.c md5.h \
        make-secnet-sites \
        modules.c netlink.c netlink.h process.c process.h \
        random.c resolver.c rsa.c \
        secnet.c secnet.h serpent.c serpent.h serpentsboxes.h \
-       snprintf.c snprintf.h \
        sha1.c site.c slip.c stamp-h.in transform.c tun.c udp.c \
        unaligned.h util.c util.h \
        hackypar.c hackypar.h
@@ -140,8 +138,10 @@ version.c: Makefile
        echo "char version[]=\"secnet $(VERSION)\";" >>$@.new
        mv -f $@.new $@
 
-install: all
+installdirs:
        $(INSTALL) -d $(prefix)/share/secnet $(sbindir)
+
+install: installdirs
        $(INSTALL_PROGRAM) secnet $(sbindir)/`echo secnet|sed '$(transform)'`
        $(INSTALL_PROGRAM) ${srcdir}/make-secnet-sites $(sbindir)/`echo make-secnet-sites|sed '$(transform)'`
        $(INSTALL) ${srcdir}/ipaddr.py $(prefix)/share/secnet/ipaddr.py