diff options
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index 28057d6d..04b4fcbd 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -21,6 +21,7 @@ dir := daemons makemode := utilities targets = rc getty +special-targets = rc SRCS = rc.sh getty.c installationdir = $(libexecdir) |