xref: /original-bsd/old/vpr/man/Makefile (revision f1656be1)
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
6# provided that this notice is preserved and that due credit is given
7# to the University of California at Berkeley. The name of the University
8# may not be used to endorse or promote products derived from this
9# software without specific written prior permission. This software
10# is provided ``as is'' without express or implied warranty.
11#
12#	@(#)Makefile	5.1 (Berkeley) 12/31/87
13#
14SRCS=
15OBJS=	fed.0 vfontinfo.0 vpr.0 vtroff.0 vwidth.0 vpac.0
16LINKS=
17
18.SUFFIXES: .8 .1 .0
19
20.8.0:
21	${DESTDIR}/usr/man/manroff $*.8 > $*.0
22.1.0:
23	${DESTDIR}/usr/man/manroff $*.1 > $*.0
24
25all: ${OBJS}
26
27clean: FRC
28	rm -f ${OBJS}
29
30install: FRC
31	install -c -o bin -g bin -m 444 ${OBJS1} ${OBJS8} ${DESTDIR}/usr/man/cat.old
32
33FRC:
34
35