null indirection
[unix-history] / usr / src / old / as.hpux / Makefile
CommitLineData
d2456172
KB
1# @(#)Makefile 5.1 (Berkeley) %G%
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>