freebsd-ports/net/omcmd/files/patch-Makefile
Martin Wilke 65c6806a90 omcmd is a CLI utility for performing OMAPI queries and updates on a
running ISC DHCP server, such as adding a host entry or querying a lease.
Unlike omshell, it is designed to be readily usable by shell scripts;
it has simple one-shot commands and returns error codes.

WWW: http://freshmeat.net/projects/omcmd

PR:		ports/148398
Submitted by:	Pavel Volkov
Feature safe:	yes
2011-01-29 14:22:55 +00:00

10 lines
248 B
Text

--- Makefile.orig 2010-07-05 14:25:42.000000000 +0400
+++ Makefile 2010-07-05 14:31:08.000000000 +0400
@@ -1,6 +1,6 @@
objects = base64.o omfuncs.o
#DEBUG=-g
-CFLAGS=$(DEBUG)
+CFLAGS=$(DEBUG) -I/usr/local/include -L/usr/local/lib
all: omcmd