diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-04-28 18:31:14 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2006-04-28 18:31:14 +0000 |
commit | d7872eddc47d3216d824a5f9a125d7e40c4be465 (patch) | |
tree | 529ea7250bf016c1187df5c2bcce6ad3088bd7e8 /regress/usr.bin | |
parent | 379c0b2a5897fdb58b4a8bf2f829d04b7b8a5eb9 (diff) |
remove p flag from LINTFLAGS; ok cloder@
Diffstat (limited to 'regress/usr.bin')
-rw-r--r-- | regress/usr.bin/xlint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/xlint/Makefile b/regress/usr.bin/xlint/Makefile index 9b70de5a9c8..2c9afbb0ed8 100644 --- a/regress/usr.bin/xlint/Makefile +++ b/regress/usr.bin/xlint/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.23 2006/04/27 20:41:19 otto Exp $ +# $OpenBSD: Makefile,v 1.24 2006/04/28 18:31:13 otto Exp $ TEST_MODULES= 1 2 3 4 5 6 7 8 9 10 12 13 14 15 16 17 18 19 20 LINT= lint -LINTFLAGS?= -chapbx +LINTFLAGS?= -chabx .for i in ${TEST_MODULES} REGRESS_TARGETS+= test-${i} |