summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-03-16 22:03:43 +0000
committerJacek Masiulaniec <jacekm@cvs.openbsd.org>2009-03-16 22:03:43 +0000
commit232a65449990de292aae54b80ec78ab286992c54 (patch)
treeef7c3eb74c5a2ce05cc9a8d2eea81e092eefac83 /usr.sbin/smtpd
parentb258086ce89468c214e42a12e4e8799a2d770911 (diff)
smtpctl goes to usr.sbin; ok gilles@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/smtpctl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile
index 03cdfc99a5d..018ebb3af4a 100644
--- a/usr.sbin/smtpd/smtpctl/Makefile
+++ b/usr.sbin/smtpd/smtpctl/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2009/01/29 12:43:25 jacekm Exp $
+# $OpenBSD: Makefile,v 1.7 2009/03/16 22:03:42 jacekm Exp $
.PATH: ${.CURDIR}/..
@@ -7,7 +7,7 @@ BINOWN= root
BINMODE?=555
-BINDIR= /usr/bin
+BINDIR= /usr/sbin
MAN= smtpctl.8
CFLAGS+= -g3 -ggdb -I${.CURDIR}/..