e6530fb27e
- sync license to reality - rename patches - sprinkle $OpenBSD$ - grammar fixes - regen PLIST - take over maintainership (this ok dugsong@)
15 lines
403 B
Plaintext
15 lines
403 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2002/03/24 07:30:42 jsyn Exp $
|
|
--- Makefile.orig Mon Feb 15 18:49:35 1999
|
|
+++ Makefile Thu Apr 6 15:37:46 2000
|
|
@@ -20,8 +20,8 @@
|
|
$(CC) $(COPT) fzap.c -g -DLINUX_GLIBC $(DEBUG)
|
|
ld -Bshareable -o fzap.so fzap.o $(LDOPT)
|
|
|
|
-freebsd:
|
|
- $(CC) $(COPT) fzap.c -g $(DEBUG)
|
|
+openbsd freebsd:
|
|
+ $(CC) $(CFLAGS) $(COPT) fzap.c -g $(DEBUG)
|
|
ld -Bshareable -o fzap.so fzap.o
|
|
|
|
|