chiark / gitweb /
Update copyright notices.
[userv-utils.git] / ipif / Makefile
index c2e3a7f0d727ff7eb46ac31d1484477c9530cc85..f1e63a4b9eaeacee5d4817c7ea941dcc77ebe562 100644 (file)
@@ -1,4 +1,6 @@
-# Copyright (C) 1999 Ian Jackson
+# Makefile for ipif/udptunnel stuff
+
+# Copyright (C) 1999-2000 Ian Jackson
 #
 # This is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -30,7 +32,8 @@ libuserv=     $(libdir)/userv
 etcuserv=      $(etcdir)/userv
 services=      $(etcuserv)/services.d
 
-TARGETS=       service udptunnel-forwarder blowfishtest
+PROGRAMS=      udptunnel udptunnel-forwarder
+TARGETS=       service blowfishtest $(PROGRAMS)
 
 MECHFILES=     null pkcs5 timestamp sequence blowfish
 MECHOBJS=      $(foreach m, $(MECHFILES), mech-$m.o)
@@ -44,7 +47,7 @@ install:      all
                mkdir -p $(libuserv) $(services)
                cp -b service $(libuserv)/ipif
                cp ipif $(services)/ipif:new
-               cp -b udptunnel $(bindir)/.
+               cp -b $(PROGRAMS) $(bindir)/.
                set -e; cd $(services); test -f ipif || mv ipif:new ipif
 
 udptunnel-forwarder:   $(OBJS_FORWARD)