1 1.1.8.3 nathanw # $NetBSD: Makefile,v 1.1.8.3 2002/02/28 04:12:25 nathanw Exp $ 2 1.1.8.2 nathanw 3 1.1.8.2 nathanw SA_PROG= bootxx 4 1.1.8.2 nathanw SRCS= bootxx.c conf.c 5 1.1.8.2 nathanw 6 1.1.8.2 nathanw # Do not strip or remove a.out header for this one. 7 1.1.8.2 nathanw proginstall: ${SA_PROG} 8 1.1.8.3 nathanw ${INSTALL_FILE} -o ${LIBOWN} -g ${LIBGRP} -m ${LIBMODE} \ 9 1.1.8.3 nathanw ${SA_PROG} ${DESTDIR}${MDEC_DIR}/${SA_PROG} 10 1.1.8.2 nathanw 11 1.1.8.2 nathanw PROG= ${SA_PROG} 12 1.1.8.2 nathanw NOMAN= # defined 13 1.1.8.2 nathanw 14 1.1.8.2 nathanw .include <bsd.prog.mk> 15 1.1.8.2 nathanw 16