freebsd-dev/eBones/libexec/rkinitd/Makefile
Justin T. Gibbs c344ca9395 Server side of the rkinit package.
Obtained from: MIT
1995-09-15 06:13:43 +00:00

13 lines
305 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/4/93
PROG= rkinitd
SRCS= ${RKINITOBJDIR}/rkinit_err.h rkinitd.c util.c rpc.c krb.c
CFLAGS+=-I${KRBOBJDIR} -I${RKINITOBJDIR}
DPADD= ${LIBKRB} ${LIBDES}
LDADD= -L${RKINITOBJDIR} -lrkinit -L${KRBOBJDIR} -lkrb \
-L${DESOBJDIR} -ldes
MAN8= rkinitd.8
.include <bsd.prog.mk>