xref: /386bsd/usr/src/bootstrap/Makefile (revision a2142627)
1#
2# 386bsd kernel program bootstrap programs.
3#
4
5# kernel directory
6S=$(.CURDIR)/../kernel
7# boot directory
8B=$(.CURDIR)
9
10.include "$(.CURDIR)/config/$(MACHINE).mk"
11