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