mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-17 08:00:48 +01:00
11 lines
307 B
Makefile
11 lines
307 B
Makefile
|
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
||
|
# $Id: Makefile,v 1.2 1994/07/19 19:22:34 g89r4222 Exp $
|
||
|
|
||
|
PROG= ext_srvtab
|
||
|
CFLAGS+=-DKERBEROS -I${.CURDIR}/../include
|
||
|
DPADD= ${LIBKDB} ${LIBKRB} ${LIBDES}
|
||
|
LDADD+= -L${KDBOBJDIR} -lkdb -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
|
||
|
NOMAN= noman
|
||
|
|
||
|
.include <bsd.prog.mk>
|