From 6a16941e47f8efa4c95b2a280151bf8b21782d70 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 14 Jan 2003 04:52:28 +0000 Subject: getkey cleanups/tweaks (#76071, ) --- src/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 78039b5a..71491075 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,6 +45,9 @@ install-test: install -m 755 testd $(ROOT)/usr/sbin/testd install -m 755 testdinit $(ROOT)/etc/init.d/testd +getkey: getkey.o + $(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -lpopt -Wl,-Bdynamic + ipcalc: ipcalc.o $(CC) $(LDFLAGS) -o $@ $< -Wl,-Bstatic -lpopt -Wl,-Bdynamic -- cgit v1.2.1