Skip to content

Commit

Permalink
makefs: clean up some leftovers after $FreeBSD$ tag removal
Browse files Browse the repository at this point in the history
Fixes: 2a63c3b
  • Loading branch information
emaste authored and bsdjhb committed Sep 9, 2023
2 parents b0b90b6 + 90aad5d commit 55e158e
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions usr.sbin/makefs/cd9660/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#

.PATH: ${SRCDIR}/cd9660

CFLAGS+=-I${SRCTOP}/sys/fs/cd9660/
Expand Down
2 changes: 0 additions & 2 deletions usr.sbin/makefs/ffs/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#

.PATH: ${SRCDIR}/ffs ${SRCTOP}/sys/ufs/ffs
SRCS+= ffs_alloc.c ffs_balloc.c ffs_bswap.c ffs_subr.c ufs_bmap.c
SRCS+= buf.c mkfs.c
Expand Down
3 changes: 0 additions & 3 deletions usr.sbin/makefs/msdos.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
#endif

#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(__lint)
#endif /* !__lint */

#include <sys/param.h>

#if !HAVE_NBTOOL_CONFIG_H
Expand Down
2 changes: 0 additions & 2 deletions usr.sbin/makefs/msdos/Makefile.inc
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#

MSDOS= ${SRCTOP}/sys/fs/msdosfs
MSDOS_NEWFS= ${SRCTOP}/sbin/newfs_msdos

Expand Down
2 changes: 0 additions & 2 deletions usr.sbin/makefs/tests/makefs_cd9660_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
#

# A note on specs:
# - A copy of the ISO-9660 spec can be found here:
Expand Down
2 changes: 0 additions & 2 deletions usr.sbin/makefs/tests/makefs_ffs_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
#

MAKEFS="makefs -t ffs"
MOUNT="mount"
Expand Down
2 changes: 0 additions & 2 deletions usr.sbin/makefs/tests/makefs_tests_common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
#

KB=1024
: ${TMPDIR=/tmp}
Expand Down

0 comments on commit 55e158e

Please sign in to comment.