summaryrefslogtreecommitdiff
path: root/dhcpctl
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2001-02-12 20:35:03 +0000
committerTed Lemon <source@isc.org>2001-02-12 20:35:03 +0000
commit14d135810fd173438f9e0d6395469d1a972a4cca (patch)
treec565d32b4d2ed5b256731e28af93979a0da9c770 /dhcpctl
parent84a2288c45073c7ce2c97423a59e58ff3c035f23 (diff)
downloadisc-dhcp-14d135810fd173438f9e0d6395469d1a972a4cca.tar.gz
Build omshell instead of svtest.
Diffstat (limited to 'dhcpctl')
-rw-r--r--dhcpctl/Makefile.dist9
1 files changed, 5 insertions, 4 deletions
diff --git a/dhcpctl/Makefile.dist b/dhcpctl/Makefile.dist
index 03206b5d..1b34d69f 100644
--- a/dhcpctl/Makefile.dist
+++ b/dhcpctl/Makefile.dist
@@ -28,10 +28,11 @@ DEBUG = -g
INCLUDES = $(BINDINC) -I$(TOP)/includes
CFLAGS = $(DEBUG) $(PREDEFINES) $(INCLUDES) $(COPTS)
-all: libdhcpctl.a svtest cltest $(CATMANPAGES)
+all: libdhcpctl.a omshell cltest $(CATMANPAGES)
-svtest: test.o libdhcpctl.a ../omapip/libomapi.a $(BINDLIB)
- $(CC) $(DEBUG) $(LFLAGS) -o svtest test.o libdhcpctl.a \
+omshell: omshell.o libdhcpctl.a ../common/libdhcp.a ../omapip/libomapi.a $(BINDLIB)
+ $(CC) $(DEBUG) $(LFLAGS) -o omshell omshell.o libdhcpctl.a \
+ ../common/libdhcp.a \
../omapip/libomapi.a $(BINDLIB) $(LIBS)
cltest: cltest.o libdhcpctl.a ../omapip/libomapi.a $(BINDLIB)
@@ -78,7 +79,7 @@ distclean: realclean
-rm -f Makefile
links:
- @for foo in $(SRC) $(MAN) test.c cltest.c $(HDRS); do \
+ @for foo in $(SRC) $(MAN) omshell.c cltest.c $(HDRS); do \
if [ ! -b $$foo ]; then \
rm -f $$foo; \
fi; \