diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2006-11-16 11:33:59 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2006-11-16 11:33:59 +0000 |
commit | 48f42eac84a3d2fe539d1a3c02015247a46778b6 (patch) | |
tree | 4c2b8ea4a493f65e56cdf8c1d7b0792c0eaff25d | |
parent | 29547f8e6d8f615362f2ae83b0b7cce0243a9e68 (diff) |
add comment on how to update the *.ok files; ok hshoexer@
-rw-r--r-- | regress/sbin/ipsecctl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/sbin/ipsecctl/Makefile b/regress/sbin/ipsecctl/Makefile index ad6eb21be05..d6469ae6eb3 100644 --- a/regress/sbin/ipsecctl/Makefile +++ b/regress/sbin/ipsecctl/Makefile @@ -1,5 +1,6 @@ -# $OpenBSD: Makefile,v 1.43 2006/10/31 14:39:53 hshoexer Exp $ +# $OpenBSD: Makefile,v 1.44 2006/11/16 11:33:58 markus Exp $ +# you can update the *.ok files with: make -i | patch # TARGETS # ipsec: feed ipsecNN.in through ipsecctl and check wether the output matches # ipsecNN.ok |