diff options
author | darrenr <darrenr@FreeBSD.org> | 2005-04-28 16:26:35 +0000 |
---|---|---|
committer | darrenr <darrenr@FreeBSD.org> | 2005-04-28 16:26:35 +0000 |
commit | f739412edd54e37f5ef93d4acf46bd0326fce031 (patch) | |
tree | b61a87e7924e447add6908ae64bd8cc5aaefd0cb /sbin/ipf/ipresend | |
parent | 38dd7daaf5ef4165c5d6c2ca436f49446cfc7301 (diff) | |
download | FreeBSD-src-f739412edd54e37f5ef93d4acf46bd0326fce031.zip FreeBSD-src-f739412edd54e37f5ef93d4acf46bd0326fce031.tar.gz |
Patches from Ruslam Ermilov to remove NetBSD bits from Makefiles and cleanup
build problems with rescue.
Diffstat (limited to 'sbin/ipf/ipresend')
-rw-r--r-- | sbin/ipf/ipresend/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/ipf/ipresend/Makefile b/sbin/ipf/ipresend/Makefile index 9ce1454..5e0ac15 100644 --- a/sbin/ipf/ipresend/Makefile +++ b/sbin/ipf/ipresend/Makefile @@ -1,7 +1,5 @@ # $FreeBSD$ -.include <bsd.own.mk> - PROG= ipresend SRCS= ipresend.c ip.c resend.c sbpf.c sock.c 44arp.c MAN= ipresend.1 |