minor name changes
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 21 Jul 1983 15:33:16 +0000 (07:33 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 21 Jul 1983 15:33:16 +0000 (07:33 -0800)
SCCS-vsn: usr.bin/find/Makefile 4.2

usr/src/usr.bin/find/Makefile

index 95e3da5..0680d4c 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.1     (Berkeley)      83/07/21
+#      @(#)Makefile    4.2     (Berkeley)      83/07/21
 #
 DESTDIR=
 CFLAGS=        -O
 #
 DESTDIR=
 CFLAGS=        -O
@@ -13,6 +13,8 @@ LIBS= bigram code
 #
 SRCS=  find.c bigram.c code.c
 
 #
 SRCS=  find.c bigram.c code.c
 
+all: ${PROG} ${LIBS}
+
 find: find.c
        cc ${CFLAGS} -o find find.c
 
 find: find.c
        cc ${CFLAGS} -o find find.c
 
@@ -27,7 +29,7 @@ install: ${PROG} ${LIBS}
        -mkdir ${DESTDIR}/usr/lib/find
        install bigram ${DESTDIR}/usr/lib/find/bigram
        install code ${DESTDIR}/usr/lib/find/code
        -mkdir ${DESTDIR}/usr/lib/find
        install bigram ${DESTDIR}/usr/lib/find/bigram
        install code ${DESTDIR}/usr/lib/find/code
-       install -c -m 755 squeeze.csh ${DESTDIR}/usr/lib/find/squeeze.csh
+       install -c -m 755 updatedb.csh ${DESTDIR}/usr/lib/find/updatedb
 
 clean:
        rm -f a.out core ${LIBS} ${PROG}
 
 clean:
        rm -f a.out core ${LIBS} ${PROG}