diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2011-04-21 09:30:30 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2012-05-25 14:20:35 -0400 |
commit | d23511e3e0322e26070b3de8b00a065806de1754 (patch) | |
tree | f24530eb561c2926e8911888656705afd35a72c1 /Makefile.solaris-static | |
parent | 87c501778caaf0f3de197f61a9f59c57c2940068 (diff) | |
download | duser-d23511e3e0322e26070b3de8b00a065806de1754.tar.gz |
Removed. No static compiling on solaris.
Diffstat (limited to 'Makefile.solaris-static')
-rw-r--r-- | Makefile.solaris-static | 10 |
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) |