NetBSD/usr.bin/mk_cmds/Makefile

28 lines
456 B
Makefile
Raw Normal View History

2000-06-17 03:47:14 +04:00
# $NetBSD: Makefile,v 1.1.1.1 2000/06/16 23:47:14 thorpej Exp $
DIST= ${.CURDIR}/../../dist
.PATH: ${DIST}/heimdal/lib/sl
WARNS?= 1
MKLINT= no
PROG= mk_cmds
SRCS= make_cmds.c make_cmds.h parse.y lex.l
YHEADER= 1
CFLAGS+= -I. \
-I${DIST}/heimdal/lib/sl \
-I${.CURDIR}/../../include/heimdal \
-I${DESTDIR}/usr/include/krb5 \
-DHAVE_CONFIG_H
LDADD= -lroken \
-lcrypt
NOMAN= noman
CLEANFILES+=lex.c parse.c parse.h
.include <bsd.prog.mk>