summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1998-06-09 04:07:23 +0000
committerimp <imp@FreeBSD.org>1998-06-09 04:07:23 +0000
commit276491a1c64f083aea60c7a82138eedcef34afd5 (patch)
treea2931c6fe0437629aee5b2bf281c36e145293c31 /usr.bin/tn3270
parentbfab679fddfc39a9506c7176713baa8fdf2c108c (diff)
downloadFreeBSD-src-276491a1c64f083aea60c7a82138eedcef34afd5.zip
FreeBSD-src-276491a1c64f083aea60c7a82138eedcef34afd5.tar.gz
$@ is deprecated, use ${.TARGET} instead. Ditto for other single character
$n. PR: conf/3273
Diffstat (limited to 'usr.bin/tn3270')
-rw-r--r--usr.bin/tn3270/telnet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tn3270/telnet/Makefile b/usr.bin/tn3270/telnet/Makefile
index b4095e2..090ac76 100644
--- a/usr.bin/tn3270/telnet/Makefile
+++ b/usr.bin/tn3270/telnet/Makefile
@@ -49,10 +49,10 @@ OBJS= commands.o main.o network.o ring.o sys_bsd.o \
telnet.o terminal.o tn3270.o utilities.o
.c.o:
- ${CC} -c ${CFLAGS} ${XCFLAGS} $<
+ ${CC} -c ${CFLAGS} ${XCFLAGS} ${.IMPSRC}
telprog.o: ${OBJS} ${LIBC}
- ${LD} ${LDFLAGS} -o $@ ${OBJS}
+ ${LD} ${LDFLAGS} -o ${.TARGET} ${OBJS}
clean: FRC
rm -f telprog.o ${OBJS} core telnet
OpenPOWER on IntegriCloud