summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authornatano <natano@openbsd.org>2016-10-16 20:56:44 +0000
committernatano <natano@openbsd.org>2016-10-16 20:56:44 +0000
commit9cef24063237623d7b254d8bb845eac63d9aa0c6 (patch)
tree099ef1ed81200171a8d3964bf689add320e69816 /usr.sbin/makefs
parentOnly allow one directory as argument and remove the -r option. (diff)
downloadwireguard-openbsd-9cef24063237623d7b254d8bb845eac63d9aa0c6.tar.xz
wireguard-openbsd-9cef24063237623d7b254d8bb845eac63d9aa0c6.zip
The MSDOS_EI define isn't used anywhere.
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile
index 81c117d8d3b..8a4692ff288 100644
--- a/usr.sbin/makefs/Makefile
+++ b/usr.sbin/makefs/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2016/10/16 20:26:56 natano Exp $
+# $OpenBSD: Makefile,v 1.4 2016/10/16 20:56:44 natano Exp $
# $NetBSD: Makefile,v 1.36 2013/08/05 14:41:57 reinoud Exp $
#
@@ -26,7 +26,7 @@ SRCS+= msdosfs_lookup.c msdosfs_denode.c msdosfs_vnops.c msdosfs_unicode.c
MAN= makefs.8
CPPFLAGS+= -I${.CURDIR} -I${.CURDIR}/fs/cd9660
-CPPFLAGS+= -DMSDOS_EI -I${.CURDIR}/fs/msdosfs -I${.CURDIR}/newfs_msdos
+CPPFLAGS+= -I${.CURDIR}/fs/msdosfs -I${.CURDIR}/newfs_msdos
#CPPFLAGS+= -DMSDOSFS_DEBUG
DPADD+= ${LIBUTIL}