d7367484a6
From a slightly newer "upstream" version that is floating around on the net. Add missing includes.
22 lines
670 B
Plaintext
22 lines
670 B
Plaintext
$OpenBSD: patch-Makefile,v 1.2 2010/08/04 14:05:46 naddy Exp $
|
|
--- Makefile.orig Thu Dec 15 02:53:00 1994
|
|
+++ Makefile Wed Aug 4 01:13:25 2010
|
|
@@ -55,7 +55,7 @@ DESTMAN1 = $(DESTMAN)/man1
|
|
|
|
# I use environment variables for these...
|
|
#CFLAGS = -g
|
|
-CFLAGS = -O2 -fwritable-strings -DDESTLIB=\"$(DESTLIB)\"
|
|
+CFLAGS += -DDESTLIB=\"$(DESTLIB)\"
|
|
|
|
# release directories. Nobody should care about this but me
|
|
FTPHOME = /mnt/ftp
|
|
@@ -66,7 +66,7 @@ NINSTPKGDIR = $(NINSTDIR)/packages
|
|
# This is only used by the author when making a new release ftp-able.
|
|
INSTALL = .do cp
|
|
|
|
-LD = cc
|
|
+LD = ${CC}
|
|
|
|
MAKEFILE = Makefile
|
|
|