diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-07 20:56:28 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-08-07 20:56:28 +0000 |
| commit | ffde931732e5707b8b445832042e37464a472b7e (patch) | |
| tree | 59228c5bc5e3f34f76379ca864a65a82feaf023a | |
| parent | 51ef3880094b1d02d229fd9a470e118f8dc15924 (diff) | |
Notes
| -rw-r--r-- | usr.bin/rlogin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rlogin/Makefile b/usr.bin/rlogin/Makefile index 57679ca0059c..4eacdee630f4 100644 --- a/usr.bin/rlogin/Makefile +++ b/usr.bin/rlogin/Makefile @@ -2,7 +2,7 @@ PROG= rlogin SRCS= rlogin.c -#krcmd.c kcmd.c des_rw.c +#krcmd.c kcmd.c #DPADD= ${LIBKRB} ${LIBDES} #CFLAGS+=-DKERBEROS -DCRYPT #LDADD= -lkrb -ldes |
