From f8cd5a81513c78bdb18177336bfae63b70c33a51 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Wed, 25 Nov 1998 09:37:26 +0000 Subject: Couple of small makefile changes (from Red Hat) Bump RELEASE to 1.48. --- Makefile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index af443f6..204359f 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ RESLIB = # -L/usr/inet6/lib -linet6 # -------- end of user definitions -------- MAINTAINER = Philip.Blundell@pobox.com -RELEASE = 981118 +RELEASE = 1.48 .EXPORT_ALL_VARIABLES: @@ -183,14 +183,14 @@ netstat: $(NET-LIB) netstat.o statistics.o interface.o sockets.o $(CC) $(LDFLAGS) -o netstat netstat.o statistics.o interface.o sockets.o $(NLIB) $(RESLIB) installbin: - install -o 0 -g 0 -m 0755 -d ${BASEDIR}/sbin - install -o 0 -g 0 -m 0755 -d ${BASEDIR}/bin - install -o 0 -g 0 -m 0755 arp ${BASEDIR}/sbin - install -o 0 -g 0 -m 0755 ifconfig ${BASEDIR}/sbin - install -o 0 -g 0 -m 0755 netstat ${BASEDIR}/bin - install -o 0 -g 0 -m 0755 rarp ${BASEDIR}/sbin - install -o 0 -g 0 -m 0755 route ${BASEDIR}/sbin - install -o 0 -g 0 -m 0755 hostname ${BASEDIR}/bin + install -m 0755 -d ${BASEDIR}/sbin + install -m 0755 -d ${BASEDIR}/bin + install -m 0755 arp ${BASEDIR}/sbin + install -m 0755 ifconfig ${BASEDIR}/sbin + install -m 0755 netstat ${BASEDIR}/bin + install -m 0755 rarp ${BASEDIR}/sbin + install -m 0755 route ${BASEDIR}/sbin + install -m 0755 hostname ${BASEDIR}/bin ln -fs hostname $(BASEDIR)/bin/dnsdomainname ln -fs hostname $(BASEDIR)/bin/ypdomainname ln -fs hostname $(BASEDIR)/bin/nisdomainname -- cgit v1.2.3-65-gdbad