Note also src/regress/sys/kern/ipf

This commit is contained in:
martti 2004-12-30 13:12:01 +00:00
parent 70c402ea14
commit 92ee66b8a1
1 changed files with 3 additions and 2 deletions

5
dist/ipf/ipf2netbsd vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh #! /bin/sh
# #
# $NetBSD: ipf2netbsd,v 1.16 2004/12/30 10:09:32 martti Exp $ # $NetBSD: ipf2netbsd,v 1.17 2004/12/30 13:12:01 martti Exp $
# #
# Copyright (c) 1999 The NetBSD Foundation, Inc. # Copyright (c) 1999 The NetBSD Foundation, Inc.
# All rights reserved. # All rights reserved.
@ -34,7 +34,8 @@
# POSSIBILITY OF SUCH DAMAGE. # POSSIBILITY OF SUCH DAMAGE.
# #
# ipf2netbsd: convert a ipf source tree into a netbsd ipf source tree, # ipf2netbsd: convert a ipf source tree into a netbsd ipf source tree,
# under src/dist/ipf, src/sys/dist/ipf/netinet and src/sys/lkm/netinet/if_ipl # under src/dist/ipf, src/sys/dist/ipf/netinet, src/sys/lkm/netinet/if_ipl
# and src/regress/sys/kern/ipf
if [ $# -ne 2 ]; then echo "ipf2netbsd src dest"; exit 1; fi if [ $# -ne 2 ]; then echo "ipf2netbsd src dest"; exit 1; fi