xref: /original-bsd/old/as.hpux/Makefile (revision 3dea4107)
1#	@(#)Makefile	5.3 (Berkeley) 07/17/92
2
3all hpux-as clean cleandir depend lint obj tags:
4
5install:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} hpux-as \
7	    ${DESTDIR}${BINDIR}
8
9.include <bsd.prog.mk>
10