diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-18 02:31:19 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2014-01-18 02:31:19 +0000 |
commit | 406fdcb2bd003043b638399e0d913b01cd28fb6b (patch) | |
tree | f0babc54cd2588daaf346a8ec8a8675da533b5b9 /usr.sbin | |
parent | 67dbfe796436d3f002708ec00bb0e56d593f2f18 (diff) |
Also make installboot build on macppc.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/installboot/macppc/Makefile.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/installboot/macppc/Makefile.inc b/usr.sbin/installboot/macppc/Makefile.inc new file mode 100644 index 00000000000..5f62d19d7ce --- /dev/null +++ b/usr.sbin/installboot/macppc/Makefile.inc @@ -0,0 +1,3 @@ +# $OpenBSD: Makefile.inc,v 1.1 2014/01/18 02:31:18 jsing Exp $ + +SRCS+= stubs.c |