diff options
| author | mycroft <mycroft@NetBSD.org> | 1997-05-09 13:28:39 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1997-05-09 13:28:39 +0000 |
| commit | ed67bf81a0cb771206fff2dadac52caaa4e893b4 (patch) | |
| tree | 02a9be7b422fee3facd6e12a7e4e59cd9434a283 /bin/ksh/Makefile | |
| parent | 4e5d05c9ccd3a06107ec5e47ab7cd267315d641f (diff) | |
Use DPSRCS.
Diffstat (limited to 'bin/ksh/Makefile')
| -rw-r--r-- | bin/ksh/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ksh/Makefile b/bin/ksh/Makefile index f6b54afaa8b..2a4990ecf32 100644 --- a/bin/ksh/Makefile +++ b/bin/ksh/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.5 1997/05/09 07:50:03 mycroft Exp $ +# $NetBSD: Makefile,v 1.6 1997/05/09 13:28:39 mycroft Exp $ + CFLAGS+= -DHAVE_CONFIG_H -I. PROG= ksh -SRCS= emacs.out siglist.out \ - alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ +SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c \ eval.c exec.c expr.c history.c io.c jobs.c lex.c mail.c \ main.c misc.c path.c shf.c sigact.c syn.c table.c trap.c \ tree.c tty.c var.c version.c vi.c -CLEANFILES+=emacs.out siglist.out +DPSRCS= emacs.out siglist.out # two steps to prevent the creation of a bogus siglist.out siglist.out: config.h sh.h siglist.in siglist.sh |
