#	BSDI Makefile,v 1.6 1995/07/21 22:09:26 bostic Exp

NOMAN=	noman
NOOBJ=	noobj
all clean cleandir depend mansrcinstall tags:

install:
	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
	    psif-ps psif-text ${DESTDIR}/usr/contrib/lib/lprps/
	install -c -o ${BINOWN} -g ${BINGRP} -m 444 \
	    banner.ps ${DESTDIR}/usr/contrib/lib/lprps/

.include <bsd.prog.mk>
