Import this unwanted file from Lite-original so that it doesn't
get imported with Lite2 (there was only one missing file in src/bin, other than tags files and obj links).
This commit is contained in:
parent
873725cc51
commit
d9d6b4846b
13
bin/rcp/Makefile.krb
Normal file
13
bin/rcp/Makefile.krb
Normal file
@ -0,0 +1,13 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
|
||||
PROG= rcp
|
||||
SRCS= rcp.c krcmd.c kcmd.c util.c
|
||||
CFLAGS+=-DKERBEROS -DCRYPT
|
||||
DPADD= ${LIBKRB} ${LIBDES}
|
||||
LDADD= -lkrb -ldes
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
INSTALLFLAGS=-fschg
|
||||
.PATH: ${.CURDIR}/../../usr.bin/rlogin
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user