diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-05 21:52:04 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2012-09-05 21:52:04 +0000 |
commit | 25c15b00c4acace4866d87ae94d4b2610ebbca86 (patch) | |
tree | 6c118e7e040854a37637167b0a83f19169e0fe37 | |
parent | 433e1fbffedb4d1f742c45cc2026ad7590c723a6 (diff) |
zap dead file
-rw-r--r-- | usr.sbin/smtpd/smtpd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/smtpd/Makefile b/usr.sbin/smtpd/smtpd/Makefile index 30a068d3868..211219580e5 100644 --- a/usr.sbin/smtpd/smtpd/Makefile +++ b/usr.sbin/smtpd/smtpd/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.52 2012/09/01 16:09:15 gilles Exp $ +# $OpenBSD: Makefile,v 1.53 2012/09/05 21:52:03 eric Exp $ .PATH: ${.CURDIR}/.. ${.CURDIR}/../../../lib/libc/asr @@ -32,8 +32,7 @@ SRCS+= user_pwd.c # resolver SRCS+= asr.c asr_debug.c asr_utils.c gethostnamadr_async.c \ - hostaddr_async.c res_send_async.c getaddrinfo_async.c \ - getnameinfo_async.c + res_send_async.c getaddrinfo_async.c getnameinfo_async.c MAN= smtpd.8 smtpd.conf.5 BINDIR= /usr/sbin |