date and time created 90/06/17 13:51:15 by bostic
[unix-history] / usr / src / old / vpr / man / Makefile
CommitLineData
16b6d250
KB
1#
2# Copyright (c) 1987 Regents of the University of California.
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms are permitted
57a981eb
KB
6# provided that the above copyright notice and this paragraph are
7# duplicated in all such forms and that any documentation,
8# advertising materials, and other materials related to such
9# distribution and use acknowledge that the software was developed
10# by the University of California, Berkeley. The name of the
11# University may not be used to endorse or promote products derived
12# from this software without specific prior written permission.
13# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
14# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
15# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
16b6d250 16#
57a981eb 17# @(#)Makefile 5.2 (Berkeley) %G%
16b6d250 18#
57a981eb 19
16b6d250
KB
20SRCS=
21OBJS= fed.0 vfontinfo.0 vpr.0 vtroff.0 vwidth.0 vpac.0
22LINKS=
23
24.SUFFIXES: .8 .1 .0
25
26.8.0:
27 ${DESTDIR}/usr/man/manroff $*.8 > $*.0
28.1.0:
29 ${DESTDIR}/usr/man/manroff $*.1 > $*.0
30
31all: ${OBJS}
32
33clean: FRC
34 rm -f ${OBJS}
35
36install: FRC
37 install -c -o bin -g bin -m 444 ${OBJS1} ${OBJS8} ${DESTDIR}/usr/man/cat.old
38
39FRC:
40