aboutsummaryrefslogtreecommitdiff
path: root/sysutils/makefs/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Gcc 4.2 doesn't like expressions of the form (a ? b : c) = 12; so weWarner Losh2007-12-171-4/+0
| | | | | | | | | | | code it in a less obscure way. I did this as a patch to the original, but I don't know if the original will ever be updated. This is a hack to make it work well enough for me to use it. Notes: svn path=/head/; revision=203901
* BROKEN with gcc 4.2Kris Kennaway2007-05-271-1/+7
| | | | Notes: svn path=/head/; revision=191950
* Drop maintainership: I have neither maintained nor used this port forColin Percival2006-12-261-1/+1
| | | | | | | over two years. Notes: svn path=/head/; revision=180778
* Update to latest src in NetBSD: 20040704Volker Stolz2004-07-051-1/+1
| | | | | | | | PR: ports/68675 Submitted by: maintainer Notes: svn path=/head/; revision=112971
* Use PLIST_FILES (bento-tested, marcus-reviewed).Trevor Johnson2004-02-061-0/+1
| | | | Notes: svn path=/head/; revision=100139
* Add makefs, an utility from NetBSD for creating a filesystem imagePav Lucistnik2003-12-191-0/+29
without requiring any special privileges or kernel support. PR: ports/60348 Submitted by: Colin Percival <cperciva@daemonology.net> Notes: svn path=/head/; revision=96171