diff options
-rw-r--r-- | Makefile.solaris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.solaris b/Makefile.solaris index a7323a3..76250f3 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -1,5 +1,5 @@ CC=gcc -CFLAGS=-O2 -Wextra -Wall -D_NLINUX_ +CFLAGS=-O2 -Wall -D_NLINUX_ LDFLAGS= PROG="duser" SRC=compat.c duser.c util.c user.c log.c cfg.c |