diff --git a/release/picobsd/Makefile b/release/picobsd/Makefile index b970dc0f0281..238a82126e2b 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