summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/ksh/Makefile8
-rw-r--r--usr.bin/tn3270/mset/Makefile5
-rw-r--r--usr.bin/tn3270/tn3270/Makefile15
3 files changed, 14 insertions, 14 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
diff --git a/usr.bin/tn3270/mset/Makefile b/usr.bin/tn3270/mset/Makefile
index f1170d8b3b3..08cd4a44171 100644
--- a/usr.bin/tn3270/mset/Makefile
+++ b/usr.bin/tn3270/mset/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 1997/05/09 07:50:32 mycroft Exp $
+# $NetBSD: Makefile,v 1.19 1997/05/09 13:33:07 mycroft Exp $
.include "../../Makefile.inc"
@@ -6,7 +6,8 @@ CFLAGS += -I${.CURDIR} -I.
MAN = mset.1 map3270.5
-SRCS += astosc.OUT astosc.c map3270.c mset.c
+SRCS= astosc.c map3270.c mset.c
+DPSRCS= astosc.OUT
# this and the dependency hacks below to make 'depend' target
# work right...
diff --git a/usr.bin/tn3270/tn3270/Makefile b/usr.bin/tn3270/tn3270/Makefile
index 8d594f10c85..0931ddeea4b 100644
--- a/usr.bin/tn3270/tn3270/Makefile
+++ b/usr.bin/tn3270/tn3270/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.23 1997/05/09 07:50:33 mycroft Exp $
+# $NetBSD: Makefile,v 1.24 1997/05/09 13:32:12 mycroft Exp $
.include "../../Makefile.inc"
-.include <bsd.own.mk> # for EXPORTABLE_SYSTEM definition
CFLAGS += -I${.CURDIR} -I.
LDADD += -lcurses -ltermcap -lcrypt
DPADD += ${LIBCURSES} ${LIBTERMCAP} ${LIBCRYPT}
-SRCS += api.c api_bsd.c api_exch.c apilib.c asc_disp.OUT asc_ebc.c astosc.OUT \
- astosc.c commands.c dctype.c disp_asc.OUT disp_asc.c ebc_disp.c \
- function.c genbsubs.c genget.c globals.c inbound.c kbd.OUT main.c \
- map3270.c network.c oia.c options.c outbound.c ring.c sys_bsd.c \
- system.c telnet.c termin.c terminal.c termout.c tn3270.c utilities.c
+SRCS= api.c api_bsd.c api_exch.c apilib.c asc_ebc.c astosc.c commands.c \
+ dctype.c disp_asc.c ebc_disp.c function.c genbsubs.c genget.c \
+ globals.c inbound.c main.c map3270.c network.c oia.c options.c \
+ outbound.c ring.c sys_bsd.c system.c telnet.c termin.c terminal.c \
+ termout.c tn3270.c utilities.c
+DPSRCS= asc_disp.OUT astosc.OUT disp_asc.OUT kbd.OUT
PROG = tn3270
@@ -69,4 +69,3 @@ ${MKHITS}:
.PATH: ${.CURDIR}/../api ${.CURDIR}/../ascii ${.CURDIR}/../ctlr
.PATH: ${.CURDIR}/../general ${.CURDIR}/../sys_curses ${.CURDIR}/../../telnet
.PATH: ${.CURDIR}/../../../lib/libtelnet
-