summaryrefslogtreecommitdiff
path: root/ufs-utils
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-09-08 19:48:35 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-09-08 19:48:35 +0000
commit4f83aee09b36993df87b593f91c9ca813ba1687e (patch)
treeb887572f7b32b0dcc0df69ef3505340c2c15f422 /ufs-utils
parent57d5af771af52ef8d74d966e28954c70082f23c0 (diff)
Formerly Makefile.~2~
Diffstat (limited to 'ufs-utils')
-rw-r--r--ufs-utils/Makefile36
1 files changed, 25 insertions, 11 deletions
diff --git a/ufs-utils/Makefile b/ufs-utils/Makefile
index 4cc571a1..1275854c 100644
--- a/ufs-utils/Makefile
+++ b/ufs-utils/Makefile
@@ -1,15 +1,29 @@
-# from: @(#)Makefile 8.2 (Berkeley) 3/27/94
-# $Id: Makefile,v 1.1 1994/08/23 19:30:43 mib Exp $
+#
+# Copyright (C) 1994 Free Software Foundation
+# Written by Michael I. Bushnell.
+#
+# This file is part of the GNU Hurd.
+#
+# The GNU Hurd is free software; you can redistribute it and/or
+# modify it under the terms of the GNU General Public License as
+# published by the Free Software Foundation; either version 2, or (at
+# your option) any later version.
+#
+# The GNU Hurd is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-PROG= newfs
-SRCS= dkcksum.c getmntopts.c newfs.c mkfs.c
-MAN8= newfs.0
+dir := newfs
+makemode := utility
-MOUNT= ${.CURDIR}/../mount
-CFLAGS+=-DMFS -I${MOUNT}
-.PATH: ${MOUNT} ${.CURDIR}/../disklabel
+SRCS = mkfs.c newfs.c
+OBJS = mkfs.o newfs.o
+target = newfs
-LINKS= ${BINDIR}/newfs ${BINDIR}/mount_mfs
-MLINKS= newfs.8 mount_mfs.8 newfs.8 mfs.8
+include ../Makeconf
-.include <bsd.prog.mk>