]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - man/man3/Makefile
Update copyright/license notices to match SGI legal prefered boilerplate.
[thirdparty/xfsprogs-dev.git] / man / man3 / Makefile
1 #
2 # Copyright (c) 2000-2001 Silicon Graphics, Inc. All Rights Reserved.
3 #
4
5 TOPDIR = ../..
6 include $(TOPDIR)/include/builddefs
7
8 MAN_SECTION = 3
9
10 MAN_PAGES = $(shell echo *.$(MAN_SECTION))
11 MAN_DEST = $(PKG_MAN_DIR)/man$(MAN_SECTION)
12 LSRCFILES = $(MAN_PAGES)
13
14 default : $(MAN_PAGES)
15
16 include $(BUILDRULES)
17
18 install :
19
20 install-dev : default
21 $(INSTALL) -m 755 -d $(MAN_DEST)
22 $(INSTALL_MAN)