summaryrefslogtreecommitdiff
path: root/sys/arch/beagle/stand/boot.scr/Makefile
blob: 5690d6fe967c76bc4891064cc89bf01aa1d75417 (plain)
1
2
3
4
5
6
7
8
9
10
11
PROG = boot.scr
SRCS = 
NOMAN=

.SUFFIXES: .cmd .scr

.cmd.scr:
	mkuboot -t script -a arm -o linux $< $@


.include <bsd.prog.mk>