From d523b2e5e68c9053fe58152fe3eb0cc8fcaa283c Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 20 Apr 2011 23:48:07 -0400 Subject: Stripped binaries --- Makefile.solaris | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.solaris') diff --git a/Makefile.solaris b/Makefile.solaris index 03d8b3d..7660669 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -1,10 +1,10 @@ CC=gcc -CFLAGS=-O2 -Wextra -Wall -D_NLINUX_ +CFLAGS=-O2 -Wextra -Wall -D_NLINUX LDFLAGS= PROG="duser" -SRC=compat.c duser.c duser.h log.c cfg.c +SRC=compat.c duser.c util.c user.c duser.h log.c cfg.c all: $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC) - + strip -s $(PROG) clean: rm -rf $(PROG) -- cgit