Source code pulled from OpenBSD for OpenNTPD. The place to contribute to this code is via the OpenBSD CVS tree.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
445 B

# $OpenBSD: Makefile.inc,v 1.2 1997/09/21 11:50:19 deraadt Exp $
# etc.arm32/Makefile.inc -- arm32-specific etc Makefile targets
.ifdef DESTDIR
snap_md: netbsd-gen
netbsd-gen:
cd ${.CURDIR}/../sys/arch/arm32/conf && config GENERIC
cd ${.CURDIR}/../sys/arch/arm32/compile/GENERIC && \
make clean && make depend && make
cp ${.CURDIR}/../sys/arch/arm32/compile/GENERIC/netbsd \
${DESTDIR}/snapshot/netbsd-gen
.endif # DESTDIR check