summaryrefslogtreecommitdiff
path: root/kerberosIV/mk_cmds/Makefile
blob: 9121c5750ee62c461abe5f2fbb53bd3264839eff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#	$Id: Makefile,v 1.1 1995/12/14 06:52:47 tholo Exp $

PROG=	mk_cmds
SRCS=	mk_cmds.c options.c utils.c ct.c cmd_tbl.c
CFLAGS+=-I. -I${.CURDIR}/../ss
LFLAGS=	-l
LDADD+=	-ll
DPADD+=	${LIBL}
CLEANFILES+=	y.tab.c y.tab.h lex.yy.c cmd_tbl.c ct.c
BINDIR=	/usr/bin
NOMAN=	noman

# don't install -- only needed during build of kerberos (so far)
install:

.include <bsd.prog.mk>