e2bfbbc955
already did this, but this catches the straglers.
10 lines
224 B
Makefile
10 lines
224 B
Makefile
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
|
# $Id: Makefile,v 1.5 1995/09/14 04:11:01 gibbs Exp $
|
|
|
|
PROG= kprop
|
|
DPADD= ${LIBKRB} ${LIBDES}
|
|
LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
|
|
NOMAN= noman
|
|
|
|
.include <bsd.prog.mk>
|