diff options
| author | Brian Somers <brian@FreeBSD.org> | 1997-03-30 12:12:20 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 1997-03-30 12:12:20 +0000 |
| commit | 568b59b9df9cbf2d11dda28cefc9fc105d6ff8c6 (patch) | |
| tree | cde89a093bad2ef0365dd7e7461d6e72c125c95c /usr.bin/tip | |
| parent | 0ae8758e004362b3354fccf3d21af3d3ebadae6f (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip')
| -rw-r--r-- | usr.bin/tip/tip/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/tip/tip/Makefile b/usr.bin/tip/tip/Makefile index ef78565f24a2f..073a0e497c255 100644 --- a/usr.bin/tip/tip/Makefile +++ b/usr.bin/tip/tip/Makefile @@ -16,13 +16,11 @@ LIBACU=${.CURDIR}/../libacu/libacu.a PROG= tip CFLAGS+=-DUSE_PERROR DPADD= $(LIBACU) -LDADD= $(LIBACU) +LDADD= $(LIBACU) -lutil LINKS= ${BINDIR}/tip MAN1= tip.1 MAN5= modems.5 SRCS= acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \ - remote.c tip.c tipout.c uucplock.c value.c vars.c - -.PATH: ${.CURDIR}/../../../sbin/startslip + remote.c tip.c tipout.c value.c vars.c .include <bsd.prog.mk> |
