summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
Diffstat (limited to 'release/picobsd')
-rw-r--r--release/picobsd/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/release/picobsd/Makefile b/release/picobsd/Makefile
index b970dc0..238a821 100644
--- a/release/picobsd/Makefile
+++ b/release/picobsd/Makefile
@@ -1,4 +1,12 @@
+# $FreeBSD$
+#
# Top level Makefile for PicoBSD
+
+# Please submit any changes to the freebsd-small mailing list for
+# discussion prior to committing.
+
+MAINTAINER= freebsd-small
+
# install looks like a partially completed target,
# but I don't want to finish this work.
# FIXME
@@ -20,4 +28,4 @@ floppy floppy2:
# Build one subdirectory
${CONFIGS}:
- cd $@; make clean all \ No newline at end of file
+ cd $@; make clean all
OpenPOWER on IntegriCloud