This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5ba33512a0
NetBSD
/
distrib
/
common
/
list.makedev
4 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Update for MAKEDEV.tmpl changes; use <.OBJDIR-of-etc>/MAKEDEV instead of etc/etc.${MACHINE}/MAKEDEV
2003-10-25 08:29:24 +04:00
# $NetBSD: list.makedev,v 1.4 2003/10/25 04:29:24 lukem Exp $
- cleanup image device creation: add Makefile.makedev & list.makedev, remove dist/*, now that they're not needed. if MAKEDEVTARGETS is set, use MAKEDEV.wrapper and makedev2spec.awk to create an mtree specfile containing the devices that would be made with "etc/etc.${MACHINE}/MAKEDEV $MAKEDEVTARGETS". otherwise, copy etc/etc.${MACHINE}/MAKEDEV to dev/MAKEDEV (via list.makedev) - add mtree.common; contains directories used by all images, and optional entries for dist/*
2002-02-08 05:18:53 +03:00
Update for MAKEDEV.tmpl changes; use <.OBJDIR-of-etc>/MAKEDEV instead of etc/etc.${MACHINE}/MAKEDEV
2003-10-25 08:29:24 +04:00
COPY ${MAKEDEVSCRIPT} dev/MAKEDEV 555