summaryrefslogtreecommitdiff
path: root/etc/Makefile
diff options
context:
space:
mode:
authorBrad Davis <brd@FreeBSD.org>2018-09-19 09:29:06 +0000
committerBrad Davis <brd@FreeBSD.org>2018-09-19 09:29:06 +0000
commitf803ec1ef53f5da327a84057c26afae5b625ab61 (patch)
tree16831f4f296cb528679a30727f2d9112005df63c /etc/Makefile
parent93dcd0775f4d7c4b1f89b3a1ac6e480fdc0e3449 (diff)
downloadsrc-test2-f803ec1ef53f5da327a84057c26afae5b625ab61.tar.gz
src-test2-f803ec1ef53f5da327a84057c26afae5b625ab61.zip
Notes
Diffstat (limited to 'etc/Makefile')
-rw-r--r--etc/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/Makefile b/etc/Makefile
index 67153d8a67c9..1534b451ef00 100644
--- a/etc/Makefile
+++ b/etc/Makefile
@@ -36,10 +36,6 @@ SSL= ${SRCTOP}/crypto/openssl/apps/openssl.cnf
BIN1+= rc.sendmail
.endif
-.if ${MK_WIRELESS} != "no"
-BIN1+= regdomain.xml
-.endif
-
.if ${MK_SENDMAIL} == "no"
ETCMAIL=mailer.conf aliases
.else