BSD 4_4 release
[unix-history] / usr / src / usr.bin / spell / Makefile
index c052a4d..6b68e8f 100644 (file)
@@ -1,4 +1,4 @@
-#      @(#)Makefile    4.15 (Berkeley) %G%
+#      @(#)Makefile    8.1 (Berkeley) 6/6/93
 
 LIBC=  /usr/lib/libc.a
 SRCS=  spell.c spellin.c spellout.c
 
 LIBC=  /usr/lib/libc.a
 SRCS=  spell.c spellin.c spellout.c
@@ -35,7 +35,8 @@ depend: .depend
        mkdep -p ${CFLAGS:M-[ID]*} ${.ALLSRC}
 
 DIR=   ${DESTDIR}/usr/share/dict
        mkdep -p ${CFLAGS:M-[ID]*} ${.ALLSRC}
 
 DIR=   ${DESTDIR}/usr/share/dict
-FILES= hlist hlista hlistb hstop
+FILES= ${.CURDIR}/american ${.CURDIR}/british hlist hlista hlistb hstop \
+       ${.CURDIR}/stop
 
 install: maninstall
        install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
 
 install: maninstall
        install ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \