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