diff options
author | obrien <obrien@FreeBSD.org> | 2006-05-07 00:40:00 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2006-05-07 00:40:00 +0000 |
commit | 1a9fc915c89b93d9e223e5aeb34f477544ec3cc7 (patch) | |
tree | 52e92c685d1c1ec7e842fca595e22b7221611a0f /sbin/ipf | |
parent | 38ac05cfc3d65603e0d2f5481f77eb7a888ef9be (diff) | |
download | FreeBSD-src-1a9fc915c89b93d9e223e5aeb34f477544ec3cc7.zip FreeBSD-src-1a9fc915c89b93d9e223e5aeb34f477544ec3cc7.tar.gz |
fix style nit
Diffstat (limited to 'sbin/ipf')
-rw-r--r-- | sbin/ipf/ipf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipf/ipf/Makefile b/sbin/ipf/ipf/Makefile index f1d97b3..4d7c8bf 100644 --- a/sbin/ipf/ipf/Makefile +++ b/sbin/ipf/ipf/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD$ PROG= ipf SRCS= ipf.c ipfcomp.c ipf_y.c ipf_l.c bpf_filter.c |