aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2003-01-14 04:52:28 +0000
committerBill Nottingham <notting@redhat.com>2003-01-14 04:52:28 +0000
commit6a16941e47f8efa4c95b2a280151bf8b21782d70 (patch)
treeffc69d6454d644d0e67fc5ec91c5e61e325b0287 /src/Makefile
parentc913d33c793e1de6b902445b96a7de9451a107b0 (diff)
downloadinitscripts-6a16941e47f8efa4c95b2a280151bf8b21782d70.tar
initscripts-6a16941e47f8efa4c95b2a280151bf8b21782d70.tar.gz
initscripts-6a16941e47f8efa4c95b2a280151bf8b21782d70.tar.bz2
initscripts-6a16941e47f8efa4c95b2a280151bf8b21782d70.tar.xz
initscripts-6a16941e47f8efa4c95b2a280151bf8b21782d70.zip
getkey cleanups/tweaks (#76071, <ben@enchantedforest.org>)
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
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