summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:17:25 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-09-06 19:17:25 +0000
commitae12dc667ae36d5a3118058556129fa9612c5247 (patch)
tree9712bb2ea5defa0c63bdf60eabc9c2621457f7c4 /usr.sbin
parentf5c31b4ba15b6eaae69d5d2c0b0ae4b5542403be (diff)
do not pull in virtual.c, because ansi C does not permit empty files
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/popa3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/Makefile b/usr.sbin/popa3d/Makefile
index 9f8c7e85a53..519a4bd8b79 100644
--- a/usr.sbin/popa3d/Makefile
+++ b/usr.sbin/popa3d/Makefile
@@ -1,9 +1,9 @@
-# $OpenBSD: Makefile,v 1.2 2001/09/21 20:22:06 camield Exp $
+# $OpenBSD: Makefile,v 1.3 2002/09/06 19:17:24 deraadt Exp $
PROG= popa3d
MAN= popa3d.8
SRCS= auth_passwd.c database.c mailbox.c misc.c pop_auth.c pop_root.c \
- pop_trans.c protocol.c standalone.c startup.c virtual.c
+ pop_trans.c protocol.c standalone.c startup.c
CFLAGS+=-Wall -Werror -DHAVE_PROGNAME