summaryrefslogtreecommitdiff
path: root/mbone/rtpmon/files/patch-ab
blob: 2a653b26e7130654647ff532af0c017769ba1852 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.in.orig	Wed Nov  6 18:18:43 1996
+++ Makefile.in	Wed Nov  6 18:20:40 1996
@@ -112,5 +112,12 @@
 rtpmon: $(OBJS)
 	$(C++) -o $@ $(LDFLAGS) $(OBJS) $(LIBS)
 
+install:	rtpmon
+	cp rtpmon @prefix@/bin
+	chown bin @prefix@/bin/rtpmon
+	chgrp bin @prefix@/bin/rtpmon
+	chmod 555 @prefix@/bin/rtpmon
+	cp rtpmon.1 @prefix@/man/man1
+
 clean:
 	rm -f *.o rtpmon config.cache config.log