summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2006-04-01 05:53:39 +0000
committerderaadt <deraadt@openbsd.org>2006-04-01 05:53:39 +0000
commitadf19ae84197dd7a0f634b60c74df9247c1de1fa (patch)
tree86015f78ec62e264949a623fac6266852c072377
parentANSIfy; requested deraadt@ (diff)
downloadwireguard-openbsd-adf19ae84197dd7a0f634b60c74df9247c1de1fa.tar.xz
wireguard-openbsd-adf19ae84197dd7a0f634b60c74df9247c1de1fa.zip
default LINTFLAGS add -p; from cloder
-rw-r--r--share/mk/sys.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/sys.mk b/share/mk/sys.mk
index b53156359bb..fcea85390b6 100644
--- a/share/mk/sys.mk
+++ b/share/mk/sys.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: sys.mk,v 1.47 2006/01/19 03:30:04 deraadt Exp $
+# $OpenBSD: sys.mk,v 1.48 2006/04/01 05:53:39 deraadt Exp $
# $NetBSD: sys.mk,v 1.27 1996/04/10 05:47:19 mycroft Exp $
# @(#)sys.mk 5.11 (Berkeley) 3/13/91
@@ -66,7 +66,7 @@ LD?= ld
LDFLAGS+= ${DEBUG}
LINT?= lint
-LINTFLAGS?= -chapbx
+LINTFLAGS?= -chabx
MAKE?= make