From 94e4efb2a769f18944d922f5a5e1567116635acf Mon Sep 17 00:00:00 2001 From: Alan Brault Date: Mon, 2 May 2011 12:26:56 -0400 Subject: More autotools migration --- Makefile.solaris | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 Makefile.solaris (limited to 'Makefile.solaris') diff --git a/Makefile.solaris b/Makefile.solaris deleted file mode 100644 index 76250f3..0000000 --- a/Makefile.solaris +++ /dev/null @@ -1,10 +0,0 @@ -CC=gcc -CFLAGS=-O2 -Wall -D_NLINUX_ -LDFLAGS= -PROG="duser" -SRC=compat.c duser.c util.c user.c log.c cfg.c -all: - $(CC) $(CFLAGS) $(LDFLAGS) -o $(PROG) $(SRC) - strip -x $(PROG) -clean: - rm -rf $(PROG) -- cgit