File: Makefile

package info (click to toggle)
modutils 2.1.85-11
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,020 kB
  • ctags: 1,024
  • sloc: ansic: 9,324; sh: 2,180; lex: 484; yacc: 362; makefile: 309
file content (13 lines) | stat: -rw-r--r-- 334 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# $Id: Makefile,v 1.2 1997/10/17 06:08:19 tdyas Exp $

include ../Makeconfig

#----------------------------------------------------------------------

all install-bin clean realclean dep depend:

install install-man:
	for i in *.[1-8] ; do \
	  ext=`echo $$i | sed 's/.*\.//'`; \
	  $(INSTALL) -m 444 $$i $(mandir)/man$$ext/; \
	done