e2bfbbc955
already did this, but this catches the straglers.
11 lines
286 B
Makefile
11 lines
286 B
Makefile
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
|
# $Id: Makefile,v 1.5 1995/09/14 04:09:34 gibbs Exp $
|
|
|
|
PROG= ext_srvtab
|
|
CFLAGS+=-DKERBEROS
|
|
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
|
|
LDADD+= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
|
|
MAN8= ext_srvtab.8
|
|
|
|
.include <bsd.prog.mk>
|