xref: /csrg-svn/old/lisp/vlp/Makefile (revision 36139)
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*36139Sbostic#	@(#)Makefile	5.2 (Berkeley) 10/25/88
1836134Sbostic#
1936134SbosticMAN=	vlp.0
2036134Sbostic
21*36139Sbosticall vlp clean lint tags: FRC
2236134Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
2336134Sbostic
24*36139Sbosticcleandir: clean
25*36139Sbostic	cd vlp.${MACHINE}; make ${MFLAGS} DESTDIR=${DESTDIR} $@
26*36139Sbostic	rm -f ${MAN} tags .depend
27*36139Sbostic
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