freebsd-dev/eBones/usr.bin/register/Makefile
Justin T. Gibbs e2bfbbc955 Add -L paths for all locally built eBones libraries. Many of the programs
already did this, but this catches the straglers.
1995-09-26 02:36:08 +00:00

12 lines
288 B
Makefile

# @(#)Makefile 8.1 (Berkeley) 6/1/93
# $Id: Makefile,v 1.5 1995/09/14 04:08:57 gibbs Exp $
PROG= register
CFLAGS+=-DCRYPT -DDEBUG -DKERBEROS
DPADD= ${LIBKRB} ${LIBDES} ${LIBCRYPT}
LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes -lcrypt
BINOWN= root
BINMODE=4555
.include <bsd.prog.mk>