xref: /original-bsd/old/as.hpux/Makefile (revision 50d6ebba)
1#	@(#)Makefile	5.1 (Berkeley) 06/08/90
2
3all hpux-as clean cleandir depend lint tags:
4
5install:
6	install -c -o ${BINOWN} -o ${BINGRP} -m ${BINMODE} hpux-as \
7	    ${DESTDIR}${BINDIR}
8
9.include <bsd.prog.mk>
10