diff options
author | 2014-01-18 02:31:18 +0000 | |
---|---|---|
committer | 2014-01-18 02:31:18 +0000 | |
commit | 093397c4c6f867d96ea48a036772c0ad396994fa (patch) | |
tree | d8d11e1fb956d29817af4a675c5dc83f2dad0cb4 | |
parent | Use arc4random_uniform to increase the slightly difficulty of winning. (diff) | |
download | wireguard-openbsd-093397c4c6f867d96ea48a036772c0ad396994fa.tar.xz wireguard-openbsd-093397c4c6f867d96ea48a036772c0ad396994fa.zip |
Also make installboot build on macppc.
-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 |