[Linux-decnet-commit] CVS: dnprogs/apps Makefile,1.8,1.9
Brought to you by:
chrissie_c,
ph3-der-loewe
From: Patrick C. <pa...@us...> - 2006-04-27 09:52:53
|
Update of /cvsroot/linux-decnet/dnprogs/apps In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19822/apps Modified Files: Makefile Log Message: 2.37 Index: Makefile =================================================================== RCS file: /cvsroot/linux-decnet/dnprogs/apps/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -r1.8 -r1.9 *** Makefile 12 Aug 2004 09:17:32 -0000 1.8 --- Makefile 27 Apr 2006 09:52:48 -0000 1.9 *************** *** 24,28 **** MANPAGES1 = sethost.1 dnping.1 MANPAGES5 = decnet.conf.5 ! MANPAGES8 = startnet.8 ctermd.8 rmtermd.8 setether.8 ALLPROGS=$(PROG1) $(PROG2) $(PROG4) $(PROG5) $(PROG7) --- 24,28 ---- MANPAGES1 = sethost.1 dnping.1 MANPAGES5 = decnet.conf.5 ! MANPAGES8 = ctermd.8 rmtermd.8 setether.8 ALLPROGS=$(PROG1) $(PROG2) $(PROG4) $(PROG5) $(PROG7) *************** *** 69,73 **** install -d $(manprefix)/man/man8 install -d $(sysconfprefix)/etc - install -m 0750 -s $(PROG1) $(prefix)/sbin install -m 0755 -s $(PROG2) $(prefix)/bin install -m 0755 -s $(PROG4) $(prefix)/bin --- 69,72 ---- |