From 715cf5ffaaa47c183c00df64ce7638529a3245e3 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Fri, 14 Feb 2020 10:09:01 +0300 Subject: 9base: revert changes --- community/9base/files/config.mk | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 community/9base/files/config.mk (limited to 'community/9base/files/config.mk') diff --git a/community/9base/files/config.mk b/community/9base/files/config.mk deleted file mode 100644 index 5e7516cd..00000000 --- a/community/9base/files/config.mk +++ /dev/null @@ -1,25 +0,0 @@ -# Customize to fit your system - -# paths -PREFIX = /usr -MANPREFIX = ${PREFIX}/share/man - -VERSION = 7 -OBJTYPE = x86_64 -#OBJTYPE = arm -#OBJTYPE = x86_64 -#OBJTYPE     = sun4u - -# Linux/BSD -#CFLAGS += -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch -c -I. -DPREFIX="\"${PREFIX}\"" -CFLAGS += -c -I. -DPLAN9PORT -DPREFIX="\"${PREFIX}\"" -LDFLAGS += -static - -# Solaris -#CFLAGS = -fast -xtarget=ultra -D__sun__ -c -I. -DPREFIX="\"${PREFIX}\"" -#LDFLAGS = -dn - -# compiler -AR = ar rc -CC = cc -YACC = ../yacc/9yacc -- cgit v1.2.3