xref: /csrg-svn/share/man/man7/Makefile (revision 37060)
133031Sbostic#
233031Sbostic# Copyright (c) 1987 Regents of the University of California.
333031Sbostic# All rights reserved.
433031Sbostic#
533031Sbostic# Redistribution and use in source and binary forms are permitted
635029Sbostic# provided that the above copyright notice and this paragraph are
735029Sbostic# duplicated in all such forms and that any documentation,
835029Sbostic# advertising materials, and other materials related to such
935029Sbostic# distribution and use acknowledge that the software was developed
1035029Sbostic# by the University of California, Berkeley.  The name of the
1135029Sbostic# University may not be used to endorse or promote products derived
1235029Sbostic# from this software without specific prior written permission.
1335029Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1435029Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15*37060Sbostic# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1633031Sbostic#
17*37060Sbostic#	@(#)Makefile	5.3 (Berkeley) 03/06/89
1833031Sbostic#
19*37060SbosticMDIR=	${DESTDIR}/usr/man/cat7
2033031SbosticOBJS=	ascii.0 environ.0 eqnchar.0 hier.0 hostname.0 intro.0 mailaddr.0 \
2133031Sbostic	man.0 me.0 ms.0 term.0
2233031Sbostic
23*37060Sbosticall clean depend lint tags:
2433031Sbostic
25*37060Sbosticcleandir:
2633031Sbostic	rm -f ${OBJS}
2733031Sbostic
28*37060Sbosticinstall: ${OBJS}
29*37060Sbostic	install -c -o bin -g bin -m 444 ${OBJS} ${MDIR}
30*37060Sbostic	rm -f ${MDIR}/miscellaneous.0; \
31*37060Sbostic		ln ${MDIR}/intro.0 ${MDIR}/miscellaneous.0
32