From b258086ce89468c214e42a12e4e8799a2d770911 Mon Sep 17 00:00:00 2001 From: Jacek Masiulaniec Date: Mon, 16 Mar 2009 22:02:57 +0000 Subject: makemap goes to libexec/smtpd; ok gilles@ --- usr.sbin/smtpd/makemap/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/smtpd/makemap/Makefile b/usr.sbin/smtpd/makemap/Makefile index 2177c34076a..3df4fbfb057 100644 --- a/usr.sbin/smtpd/makemap/Makefile +++ b/usr.sbin/smtpd/makemap/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 2009/02/17 23:46:03 jacekm Exp $ +# $OpenBSD: Makefile,v 1.6 2009/03/16 22:02:56 jacekm Exp $ .PATH: ${.CURDIR}/.. @@ -7,7 +7,7 @@ BINOWN= root BINMODE?=555 -BINDIR= /usr/bin +BINDIR= /usr/libexec/smtpd MAN= makemap.8 newaliases.8 CFLAGS+= -g3 -ggdb -I${.CURDIR}/.. @@ -16,8 +16,6 @@ CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare -Wbounded -LINKS= ${BINDIR}/makemap ${BINDIR}/newaliases - SRCS= parse.y makemap.c aliases.c map.c log.c util.c LDFLAGS= -lutil .include -- cgit v1.2.3