aboutsummaryrefslogtreecommitdiff
path: root/net/empty/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-19 12:02:58 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-19 12:02:58 +0000
commitd8246f60d872919189349cc1403ee85761746f26 (patch)
tree0e4ef551fd83901fdc032d525ee0ffcc2d62d70a /net/empty/files
parent197c4532ad33c2a8122037fc465ab738a484c303 (diff)
Notes
Diffstat (limited to 'net/empty/files')
-rw-r--r--net/empty/files/patch-Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/empty/files/patch-Makefile b/net/empty/files/patch-Makefile
deleted file mode 100644
index f36fdab48200..000000000000
--- a/net/empty/files/patch-Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
---- Makefile.orig Mon Sep 19 14:32:32 2005
-+++ Makefile Mon Sep 19 14:33:23 2005
-@@ -3,8 +3,10 @@
- # make to build for *BSD or Linux
- #
-
-+CC ?= gcc
-+
- all:
-- gcc -lutil -o empty empty.c
-+ ${CC} ${CFLAGS} -lutil -o empty empty.c
-
- FreeBSD: all
- NetBSD: all