summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl/Makefile
blob: 3c3acf8c1d860eba6fe45b850339fb2c8bbb6ea6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$OpenBSD: Makefile,v 1.2 2008/12/06 02:44:08 gilles Exp $

.PATH:		${.CURDIR}/..

PROG=	smtpctl
BINOWN=	root

BINMODE?=555

BINDIR=	/usr/bin
MAN=	smtpctl.8

SRCS=	smtpctl.c parser.c buffer.c imsg.c log.c showqueue.c
LDFLAGS=	-lutil
.include <bsd.prog.mk>