freebsd_amp_hwpstate/bin/rcp/Makefile

24 lines
403 B
Makefile
Raw Normal View History

1994-05-26 06:18:55 +00:00
# @(#)Makefile 8.1 (Berkeley) 7/19/93
1997-02-22 14:13:04 +00:00
# $Id$
1994-05-26 06:18:55 +00:00
PROG= rcp
SRCS= rcp.c util.c
.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
|| defined(MAKE_EBONES))
SRCS+= kcmd.c krcmd.c
CFLAGS+=-DKERBEROS -DCRYPT
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
DISTRIBUTION= krb
.endif
1994-05-26 06:18:55 +00:00
BINOWN= root
BINMODE=4555
INSTALLFLAGS=-fschg
1994-05-26 06:18:55 +00:00
.PATH: ${.CURDIR}/../../usr.bin/rlogin
.include <bsd.prog.mk>