diff options
author | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-01-27 22:54:02 +0000 |
---|---|---|
committer | Gilles Chehade <gilles@cvs.openbsd.org> | 2009-01-27 22:54:02 +0000 |
commit | 81a7fbfdbb850c1855c33c660b705f2bf29927d0 (patch) | |
tree | d7d1c3c61636d0396be9018078d0fb07135d28c1 /usr.sbin/smtpd/smtpctl | |
parent | 07ef6c3ed7a914b835f530fffc9c76a585c8dadc (diff) |
follow the naming convention of other files, discussed with jacekm@
Diffstat (limited to 'usr.sbin/smtpd/smtpctl')
-rw-r--r-- | usr.sbin/smtpd/smtpctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/smtpd/smtpctl/Makefile b/usr.sbin/smtpd/smtpctl/Makefile index cce907ef8ca..2cb782ad7ce 100644 --- a/usr.sbin/smtpd/smtpctl/Makefile +++ b/usr.sbin/smtpd/smtpctl/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2009/01/27 22:48:29 gilles Exp $ +# $OpenBSD: Makefile,v 1.5 2009/01/27 22:54:01 gilles Exp $ .PATH: ${.CURDIR}/.. @@ -16,6 +16,6 @@ CFLAGS+= -Wmissing-declarations CFLAGS+= -Wshadow -Wpointer-arith -Wcast-qual CFLAGS+= -Wsign-compare -Wbounded -SRCS= smtpctl.c parser.c buffer.c imsg.c log.c showqueue.c enqueue.c sharedqueue.c util.c +SRCS= smtpctl.c parser.c buffer.c imsg.c log.c showqueue.c enqueue.c queue_shared.c util.c LDFLAGS= -lutil .include <bsd.prog.mk> |