aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:30:30 -0400
committerJoseph Hunkeler <jhunk@stsci.edu>2011-04-21 09:30:30 -0400
commitaf7240fa0a02d4843416055bb0e33430eae030fe (patch)
treef24530eb561c2926e8911888656705afd35a72c1
parenta6f2224a0da2955452f5640c00058aade6e7be0b (diff)
downloadduser-af7240fa0a02d4843416055bb0e33430eae030fe.tar.gz
Removed. No static compiling on solaris.
-rw-r--r--Makefile.solaris-static10
1 files changed, 0 insertions, 10 deletions
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)