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>