summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlum <lum@openbsd.org>2015-01-05 21:45:10 +0000
committerlum <lum@openbsd.org>2015-01-05 21:45:10 +0000
commite4b2d8fa89f5e1e32396bc7b991760e51eac0c77 (patch)
tree9571e2b0d81e07726d1729d02f13bcbbab9128fa
parentrename kern enter/exit macros to malloc enter/leave to better reflect (diff)
downloadwireguard-openbsd-e4b2d8fa89f5e1e32396bc7b991760e51eac0c77.tar.xz
wireguard-openbsd-e4b2d8fa89f5e1e32396bc7b991760e51eac0c77.zip
As pointed out by Kaspars Bankovskis on tech@, there is no ifdef for
STARTUP.
-rw-r--r--usr.bin/mg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mg/Makefile b/usr.bin/mg/Makefile
index 023ed17fa16..255a4ef2905 100644
--- a/usr.bin/mg/Makefile
+++ b/usr.bin/mg/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.28 2013/05/31 18:03:43 lum Exp $
+# $OpenBSD: Makefile,v 1.29 2015/01/05 21:45:10 lum Exp $
PROG= mg
@@ -9,7 +9,7 @@ DPADD+= ${LIBCURSES} ${LIBUTIL}
#
# FKEYS -- add support for function key sequences.
# REGEX -- create regular expression functions.
-# STARTUP -- look for and handle initialization file.
+# STARTUPFILE -- look for and handle initialization file.
# XKEYS -- use termcap function key definitions.
# note: XKEYS and bsmap mode do _not_ get along.
#