summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/praliases/Makefile
blob: d3b4478f1fa8f7139eb722228d6ed9d17201face (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.3 1996/12/14 21:16:51 downsj Exp $
#	@(#)Makefile	8.1 (Berkeley) 6/7/93

PROG=	praliases
CFLAGS+=-I${.CURDIR}/../src -DNEWDB
MAN=	praliases.1

.include "../../Makefile.inc"
.include <bsd.prog.mk>