diff options
author | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-03-16 22:02:57 +0000 |
---|---|---|
committer | Jacek Masiulaniec <jacekm@cvs.openbsd.org> | 2009-03-16 22:02:57 +0000 |
commit | b258086ce89468c214e42a12e4e8799a2d770911 (patch) | |
tree | ba9fa1c1c685a73d7cfd421ef550fdd9f6d7058f /usr.sbin/smtpd | |
parent | 370f6eec3f85bc08d1aec30699f5020e3b712b5b (diff) |
makemap goes to libexec/smtpd; ok gilles@
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r-- | usr.sbin/smtpd/makemap/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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 <bsd.prog.mk> |