From 13f2d479a7698cc4109e2a780ec13716ae0d2994 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 4 Feb 2000 07:26:22 +0000 Subject: Set MAINTAINER=freebsd-small with an explanation to submit all proposed changes to freebsd-small for discussion prior to commit. Reviewed by: freebsd-small --- release/picobsd/Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'release/picobsd') 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 -- cgit v1.1