summaryrefslogtreecommitdiff
path: root/usr.sbin/ypserv/makedbm/Makefile
blob: 1cfecd42606fed4d791e380066c009496d9680e8 (plain)
1
2
3
4
5
6
7
8
9
10
#	from: @(#)Makefile	5.8 (Berkeley) 7/28/90
#	$Id: Makefile,v 1.1 1995/11/01 16:56:22 deraadt Exp $

PROG=	makedbm
SRCS=	makedbm.c ypdb.c
MAN=	makedbm.8
.PATH:	${.CURDIR}/../common
CFLAGS+=-I${.CURDIR}/../common

.include <bsd.prog.mk>