blob: f883c0fc8cfff8435294ae4cc5d132bb36e6d550 (
plain)
1
2
3
4
5
6
7
8
9
|
# $OpenBSD: Makefile,v 1.2 1996/05/30 09:53:05 deraadt Exp $
PROG= makedbm
SRCS= makedbm.c ypdb.c
MAN= makedbm.8
.PATH: ${.CURDIR}/../common
CFLAGS+=-I${.CURDIR}/../common
.include <bsd.prog.mk>
|