Add DISTRIBUTION=krb for Kerberos case.

This commit is contained in:
Garrett Wollman 1994-11-20 23:18:15 +00:00
parent 36e95c3186
commit 18f3b9a144
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4714

View file

@ -1,5 +1,5 @@
# @(#)Makefile 8.1 (Berkeley) 7/19/93
# $Id: Makefile,v 1.3 1994/09/24 02:56:53 davidg Exp $
# $Id: Makefile,v 1.4 1994/09/29 13:06:00 csgr Exp $
PROG= rcp
SRCS= rcp.c util.c
@ -11,6 +11,7 @@ SRCS+= kcmd.c krcmd.c
CFLAGS+=-DKERBEROS -DCRYPT
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -lkrb -ldes
DISTRIBUTION= krb
.endif
BINOWN= root