summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/msend/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/net/msend/Makefile b/net/msend/Makefile
index 4f83b93a6e78..270b4505cc92 100644
--- a/net/msend/Makefile
+++ b/net/msend/Makefile
@@ -13,17 +13,11 @@ COMMENT= Client and server for the RFC1312 message protocol
USES= autoreconf readline
USE_RC_SUBR= mesgd
GNU_CONFIGURE= yes
-CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS
+CFLAGS+= -DUSE_READLINE -DNO_GETDTABLESIZE -DNEW_HEADERS -DUSE_UTMPX
PLIST_FILES= bin/msend \
man/man1/msend.1.gz \
man/man8/mesgd.8.gz \
sbin/mesgd
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} > 900007
-CFLAGS+= -DUSE_UTMPX
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>