mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
88bbe04278
- Install manual page - Clean up Makefile a bit more
17 lines
606 B
Plaintext
17 lines
606 B
Plaintext
--- tools/biewhlp/makefile.orig 2002-11-29 23:06:55.000000000 +0600
|
|
+++ tools/biewhlp/makefile 2008-06-16 15:34:45.000000000 +0700
|
|
@@ -46,9 +46,12 @@
|
|
ifeq ($(findstring qnx,$(TARGET_OS)),qnx)
|
|
include ../../make_qnx.inc
|
|
else
|
|
-include ../../makefile.inc
|
|
+include ../../config.mak
|
|
endif
|
|
|
|
+CFLAGS = $(CDEFOS) $(CDEFSYS) $(HOST_CFLAGS)
|
|
+LDFLAGS = $(OSLDEF) $(HOST_LDFLAGS)
|
|
+
|
|
###########################################################################
|
|
# TARGET: put name of executable image here #
|
|
###########################################################################
|