]> andersk Git - moira.git/commitdiff
Install scripts as well as binaries
authordanw <danw>
Wed, 16 Dec 1998 19:42:50 +0000 (19:42 +0000)
committerdanw <danw>
Wed, 16 Dec 1998 19:42:50 +0000 (19:42 +0000)
gen/Makefile.in

index af6de7ab8018d482192d81aacc90907aa9aa00bc..0f2b9cfc6337fd7f1851aad2090ea5ef1a31261d 100644 (file)
@@ -38,6 +38,8 @@ GDSS_TARGET=warehouse.gen
 TARGET=        hesiod.gen nfs.gen mailhub.gen pobox.gen hosts.gen \
        network.gen directory.gen ndb.gen @GDSS_TARGET@
 
+SCRIPTS=hesiod.sh mailhub.sh nfs.sh null.sh warehouse.sh
+
 .SUFFIXES: .pc
 
 .pc.c:
@@ -55,6 +57,7 @@ depend: $(CFILES)
 
 install: all
        @set -x; for p in $(TARGET); do $(INSTALL_PROGRAM) $$p $(mrbindir); done
+       @set -x; for p in $(SCRIPTS); do $(INSTALL) -m 755 $$p $(mrbindir); done
 
 hesiod.gen: hesiod.o util.o moddiff.o $(MR_LIBDEP)
        $(CC) -o $@ $(LDFLAGS) hesiod.o util.o moddiff.o $(SQL_LIBS) $(LIBS)
This page took 0.385773 seconds and 5 git commands to generate.