From d23511e3e0322e26070b3de8b00a065806de1754 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 21 Apr 2011 09:30:30 -0400 Subject: Removed. No static compiling on solaris. --- Makefile.solaris-static | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Makefile.solaris-static diff --git a/Makefile.solaris-static b/Makefile.solaris-static deleted file mode 100644 index 8e63af2..0000000 --- a/Makefile.solaris-static +++ /dev/null @@ -1,10 +0,0 @@ -CC=gcc -CFLAGS=-O2 -Wextra -Wall -static -D_NLINUX -LDFLAGS= -PROG="duser" -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