summaryrefslogtreecommitdiffstats
path: root/usr.bin/tn3270/telnet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/tn3270/telnet/Makefile')
-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