diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2013-07-06 17:27:41 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2013-07-06 17:27:41 +0000 |
| commit | 55a524735cb5f9015e93d734003f9b64917686d7 (patch) | |
| tree | d2047a81a3f38403bf0492097a8a80d4d1b384eb /shells/dash | |
| parent | cc6b9143f857a93a5705022f5adf5cb81dd95892 (diff) | |
Notes
Diffstat (limited to 'shells/dash')
| -rw-r--r-- | shells/dash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/dash/Makefile b/shells/dash/Makefile index aff690fae104..f9bc7966dc3e 100644 --- a/shells/dash/Makefile +++ b/shells/dash/Makefile @@ -9,9 +9,10 @@ MAINTAINER= eadler@FreeBSD.org COMMENT= POSIX-compliant implementation of /bin/sh GNU_CONFIGURE= yes -USE_GMAKE= yes CFLAGS+= -DUNUSABLE_RT_SIGNALS +USES= gmake + MAKE_JOBS_SAFE= yes PLIST_FILES= bin/dash |
