diff options
author | 2011-11-05 13:35:08 +0000 | |
---|---|---|
committer | 2011-11-05 13:35:08 +0000 | |
commit | 701521d1a9f879a59317c146f9924c7d32af8ea0 (patch) | |
tree | 7b5a60b2521372164561a137928d1495e31f7131 | |
parent | Attempt to configure the interrupt controller and global timer on cortex-a9 (diff) | |
download | wireguard-openbsd-701521d1a9f879a59317c146f9924c7d32af8ea0.tar.xz wireguard-openbsd-701521d1a9f879a59317c146f9924c7d32af8ea0.zip |
Add a NOMAN= stanza
-rw-r--r-- | sys/arch/beagle/stand/boot.scr/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/beagle/stand/boot.scr/Makefile b/sys/arch/beagle/stand/boot.scr/Makefile index 8d033dfd984..5690d6fe967 100644 --- a/sys/arch/beagle/stand/boot.scr/Makefile +++ b/sys/arch/beagle/stand/boot.scr/Makefile @@ -1,5 +1,6 @@ PROG = boot.scr SRCS = +NOMAN= .SUFFIXES: .cmd .scr |