diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 226657a..5c9b086 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ SYSTEMS += netbsd SYSTEMS += openbsd SYSTEMS += posix -all: ${SYSTEMS} +all: exman ${SYSTEMS} .SUFFIXES: .tar .url |