removed -D_XOPEN... and added new utils

This commit is contained in:
Gitea 2020-12-12 00:33:37 -06:00
parent 7cb8f7174d
commit aee2300717
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
CFLAGS += -std=c99 -pedantic -g -D_XOPEN_SOURCE=700 CFLAGS += -std=c99 -pedantic -g
builddir = bin builddir = bin
prefix = /usr/local prefix = /usr/local
exec_prefix = $(prefix) exec_prefix = $(prefix)
@ -6,7 +6,8 @@ bindir = $(exec_prefix)/bin
mandir = $(prefix)/man mandir = $(prefix)/man
INSTALLPROGRAM = \install INSTALLPROGRAM = \install
UTILS = asa basename cat cksum cmp dirname echo expand false head link ln pwd true tty wc UTILS = asa basename cat cksum cmp dirname echo expand false head link ln \
logname pwd sleep tee true tty uname wc
all: $(UTILS) all: $(UTILS)