1*36134Sbostic# 2*36134Sbostic# Copyright (c) 1987 The Regents of the University of California. 3*36134Sbostic# All rights reserved. 4*36134Sbostic# 5*36134Sbostic# Redistribution and use in source and binary forms are permitted 6*36134Sbostic# provided that the above copyright notice and this paragraph are 7*36134Sbostic# duplicated in all such forms and that any documentation, 8*36134Sbostic# advertising materials, and other materials related to such 9*36134Sbostic# distribution and use acknowledge that the software was developed 10*36134Sbostic# by the University of California, Berkeley. The name of the 11*36134Sbostic# University may not be used to endorse or promote products derived 12*36134Sbostic# from this software without specific prior written permission. 13*36134Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR 14*36134Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 15*36134Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. 16*36134Sbostic# 17*36134Sbostic# @(#)Makefile 5.1 (Berkeley) 10/25/88 18*36134Sbostic# 19*36134SbosticMAN= vlp.0 20*36134Sbostic 21*36134Sbosticall vlp clean cleandir lint tags: FRC 22*36134Sbostic cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 23*36134Sbostic 24*36134Sbosticinstall: ${MAN} 25*36134Sbostic cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@ 26*36134Sbostic install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1 27*36134Sbostic 28*36134SbosticFRC: 29