mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
60643d379b
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
11 lines
306 B
Makefile
11 lines
306 B
Makefile
# From: @(#)Makefile 5.1 (Berkeley) 6/25/90
|
|
# $Id: Makefile,v 1.2 1994/07/19 19:24:15 g89r4222 Exp $
|
|
|
|
PROG= kdestroy
|
|
CFLAGS+=-DKERBEROS -DDEBUG -I${.CURDIR}/../include -DBSD42
|
|
DPADD= ${LIBKRB} ${LIBDES}
|
|
LDADD= -L${KRBOBJDIR} -lkrb -L${DESOBJDIR} -ldes
|
|
BINDIR= /usr/bin
|
|
NOMAN= noman
|
|
|
|
.include <bsd.prog.mk>
|