diff options
author | Alex Richardson <arichardson@FreeBSD.org> | 2019-11-20 17:24:49 +0000 |
---|---|---|
committer | Alex Richardson <arichardson@FreeBSD.org> | 2019-11-20 17:24:49 +0000 |
commit | 52918a7b1bb332952a8871f182138cbfe4aec64d (patch) | |
tree | c23e1626cc5ebfc6a4a49019872dc2977a4432b4 /usr.bin/xinstall/Makefile | |
parent | 7cef5cac04a75733803482ab4a7ddb4388b477e6 (diff) |
Allow boostrapping xinstall on Linux
Linux does not have st_flags so we have to avoid using it there.
Reviewed By: emaste, imp
Differential Revision: https://reviews.freebsd.org/D22446
Notes
Notes:
svn path=/head/; revision=354901
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r-- | usr.bin/xinstall/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile index 1d9cb63510f1..4bc0d006cb98 100644 --- a/usr.bin/xinstall/Makefile +++ b/usr.bin/xinstall/Makefile @@ -11,7 +11,6 @@ MAN= install.1 .PATH: ${SRCTOP}/contrib/mtree CFLAGS+= -I${SRCTOP}/contrib/mtree CFLAGS+= -I${SRCTOP}/lib/libnetbsd -CFLAGS+= -DHAVE_STRUCT_STAT_ST_FLAGS=1 LIBADD= md |