diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-11-05 13:35:09 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-11-05 13:35:09 +0000 |
commit | 998e42592b40fa759eb885222386a8de73817bdd (patch) | |
tree | 36c01437ce9b55f84812c3c48828ea52df7ecf81 /sys/arch/beagle | |
parent | eb40d36c137c09e6565c5ccf218208c5c8fc2091 (diff) |
Add a NOMAN= stanza
Diffstat (limited to 'sys/arch/beagle')
-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 |