xref: /csrg-svn/old/lisp/vlp/Makefile (revision 37816)
136134Sbostic#
236134Sbostic# Copyright (c) 1987 The Regents of the University of California.
336134Sbostic# All rights reserved.
436134Sbostic#
536134Sbostic# Redistribution and use in source and binary forms are permitted
636134Sbostic# provided that the above copyright notice and this paragraph are
736134Sbostic# duplicated in all such forms and that any documentation,
836134Sbostic# advertising materials, and other materials related to such
936134Sbostic# distribution and use acknowledge that the software was developed
1036134Sbostic# by the University of California, Berkeley.  The name of the
1136134Sbostic# University may not be used to endorse or promote products derived
1236134Sbostic# from this software without specific prior written permission.
1336134Sbostic# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
1436134Sbostic# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
1536134Sbostic# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1636134Sbostic#
17*37816Sbostic#	@(#)Makefile	5.3 (Berkeley) 05/10/89
1836134Sbostic#
1936134SbosticMAN=	vlp.0
2036134Sbostic
21*37816Sbosticall clean depend lint tags: FRC
2236134Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
2336134Sbostic
2436139Sbosticcleandir: clean
2536139Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
2636139Sbostic	rm -f ${MAN} tags .depend
2736139Sbostic
2836134Sbosticinstall: ${MAN}
2936134Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
3036134Sbostic	install -c -o bin -g bin -m 444 ${MAN} ${DESTDIR}/usr/man/cat1
3136134Sbostic
3236134SbosticFRC:
33