From dec48a3ca471abfb73a883fb6c0d6bb05af03f76 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Apr 2011 09:28:11 -0400 Subject: Removed duser.h from source list --- Makefile.solaris | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.solaris') diff --git a/Makefile.solaris b/Makefile.solaris index 7660669..a7323a3 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 util.c user.c duser.h log.c cfg.c +SRC=compat.c duser.c util.c user.c log.c cfg.c all: $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC) - strip -s $(PROG) + strip -x $(PROG) clean: rm -rf $(PROG) -- cgit