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
10 lines
248 B
Text
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
|
|
|