diff options
author | 2016-10-18 18:42:08 +0000 | |
---|---|---|
committer | 2016-10-18 18:42:08 +0000 | |
commit | cd8920d83a1cc00c969d8cb01a866e71e752868c (patch) | |
tree | 67b76e5cd9a64a1731d7da6a32d7493c158080a7 | |
parent | Remove setprogname(). (diff) | |
download | wireguard-openbsd-cd8920d83a1cc00c969d8cb01a866e71e752868c.tar.xz wireguard-openbsd-cd8920d83a1cc00c969d8cb01a866e71e752868c.zip |
cleanup Makefile
-rw-r--r-- | usr.sbin/makefs/Makefile | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/usr.sbin/makefs/Makefile b/usr.sbin/makefs/Makefile index 522b92fc3d0..e7422c94e3d 100644 --- a/usr.sbin/makefs/Makefile +++ b/usr.sbin/makefs/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.9 2016/10/18 17:23:21 natano Exp $ +# $OpenBSD: Makefile,v 1.10 2016/10/18 18:42:08 deraadt Exp $ # $NetBSD: Makefile,v 1.36 2013/08/05 14:41:57 reinoud Exp $ # @@ -6,20 +6,12 @@ PROG= makefs -SRCS= cd9660.c ffs.c msdos.c \ - makefs.c \ - walk.c \ - xmalloc.c - -# cd9660 -SRCS+= cd9660_strings.c cd9660_debug.c cd9660_eltorito.c +SRCS= makefs.c walk.c xmalloc.c +SRCS+= cd9660.c cd9660_strings.c cd9660_debug.c cd9660_eltorito.c SRCS+= cd9660_write.c cd9660_conversion.c iso9660_rrip.c - -# ffs -SRCS+= ffs_alloc.c ffs_balloc.c ffs_subr.c ffs_tables.c ufs_bmap.c buf.c mkfs.c - -# msdos -SRCS+= mkfs_msdos.c msdosfs_fat.c msdosfs_conv.c msdosfs_vfsops.c +SRCS+= ffs.c ffs_alloc.c ffs_balloc.c ffs_subr.c +SRCS+= ffs_tables.c ufs_bmap.c buf.c mkfs.c +SRCS+= msdos.c mkfs_msdos.c msdosfs_fat.c msdosfs_conv.c msdosfs_vfsops.c SRCS+= msdosfs_lookup.c msdosfs_denode.c msdosfs_vnops.c msdosfs_unicode.c MAN= makefs.8 |