blob: b910742fe1b0566a25838614f42dadf86743a00b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# Makefile,v 1.2 1995/01/20 22:08:14 wollman Exp
PROG= rkinit
SRCS= ${RKINITOBJDIR}/rkinit_err.h rkinit.c
CFLAGS+= -I${KRBOBJDIR} -I${RKINITOBJDIR}
LDADD+= -L${RKINITOBJDIR} -lrkinit -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
LDADD+= -lss -lcom_err
MAN1= rkinit.1
.include <bsd.prog.mk>
|