diff options
Diffstat (limited to 'comms/kermit/files')
| -rw-r--r-- | comms/kermit/files/Makefile.sed | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/kermit/files/Makefile.sed b/comms/kermit/files/Makefile.sed index e620585301ec..d1c714144894 100644 --- a/comms/kermit/files/Makefile.sed +++ b/comms/kermit/files/Makefile.sed @@ -4,7 +4,7 @@ CFLAGS+= -I${.CURDIR} -DBSD44 -DCK_CURSES -DDYNAMIC -DTCPSOCKET \ SRCS= ckcmai.c ckucmd.c ckuusr.c ckuus2.c ckuus3.c ckuus4.c ckuus5.c \ ckuus6.c ckuus7.c ckuusx.c ckuusy.c ckcpro.c ckcfns.c ckcfn2.c \ ckcfn3.c ckuxla.c ckucon.c ckutio.c ckufio.c ckudia.c ckuscr.c \ - ckcnet.c + ckcnet.c ckusig.c BINMODE=2555 BINGRP=dialer @@ -12,7 +12,7 @@ BINGRP=dialer BINDIR=%%PREFIX%%/bin MANDIR=%%PREFIX%%/man/man -CLEANFILES+= ckcpro.c ckcwart.o wart +CLEANFILES+= ckcpro.c ckcwart.o wart kermit.1 DPADD= ${LIBCURSES} ${LIBTERM} LDADD= -lcurses -ltermcap @@ -28,4 +28,8 @@ wart: ckwart.c ckcpro.c: ckcpro.w ckcpro.c: wart +kermit.1: ckuker.cpp + $(CPP) ckuker.cpp | grep -v ^$$ | grep -v ^\# > kermit.1 || \ + rm -f kermit.1 + .include <bsd.prog.mk> |
