Advertisement
Guest User

rlogind Makefile fixed for OpenBSD 7.1

a guest
Jul 13th, 2022
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. --- Makefile.ori 2001-01-28 20:34:31.000000000 +0100
  2. +++ Makefile 2022-07-13 15:23:07.001925994 +0200
  3. @@ -8,12 +8,4 @@
  4.  
  5. .include <bsd.own.mk> # For KERBEROS
  6.  
  7. -.if (${KERBEROS:L} == "yes")
  8. -SRCS= rlogind.c des_rw.c
  9. -.PATH: ${.CURDIR}/../../usr.bin/rlogin
  10. -CFLAGS+=-DKERBEROS
  11. -DPADD+= ${LIBKRB} ${LIBKRB}
  12. -LDADD+= -lkrb -ldes
  13. -.endif
  14. -
  15. .include <bsd.prog.mk>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement