diff options
author | 2013-06-03 15:46:12 +0000 | |
---|---|---|
committer | 2013-06-03 15:46:12 +0000 | |
commit | 28a0bc51f3d77420dcbb7705ef5af8fc99b0d63a (patch) | |
tree | 5e54e62095a82b23a266f4b0bf142305b6652211 | |
parent | add : to special chars. (diff) | |
download | wireguard-openbsd-28a0bc51f3d77420dcbb7705ef5af8fc99b0d63a.tar.xz wireguard-openbsd-28a0bc51f3d77420dcbb7705ef5af8fc99b0d63a.zip |
remove dead makefile
-rw-r--r-- | usr.sbin/smtpd/libsmtpdfilter/Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/usr.sbin/smtpd/libsmtpdfilter/Makefile b/usr.sbin/smtpd/libsmtpdfilter/Makefile deleted file mode 100644 index 618ff8dd0e7..00000000000 --- a/usr.sbin/smtpd/libsmtpdfilter/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $OpenBSD: Makefile,v 1.4 2013/01/26 09:37:24 gilles Exp $ - -.PATH: ${.CURDIR}/.. - -CFLAGS = -DNO_IO -LIB = smtpdfilter -SRCS = filter_api.c dict.c tree.c util.c iobuf.c log.c -DEBUGLIBS = no -NOPROFILE = yes -NOPIC= yes - -install: - @echo -n - -.include <bsd.own.mk> -.include <bsd.lib.mk> |