diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-09 22:34:08 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2006-11-09 22:34:08 +0000 |
commit | 06ffea49e49e13206e82655444b50d9e49eda732 (patch) | |
tree | fd7b01edb359dfdb5f67d508a6c5630b0090d760 /distrib | |
parent | 703e8fed3e7a07daba1958667f44b83fa1b97b72 (diff) |
PID isn't used.
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/landisk/ramdisk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/landisk/ramdisk/Makefile b/distrib/landisk/ramdisk/Makefile index 4efb689b6ab..5e2a18d1b39 100644 --- a/distrib/landisk/ramdisk/Makefile +++ b/distrib/landisk/ramdisk/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2006/11/07 18:07:23 drahn Exp $ +# $OpenBSD: Makefile,v 1.4 2006/11/09 22:34:07 drahn Exp $ REV= ${OSrev} @@ -19,7 +19,6 @@ VND?= svnd0 VND_DEV= /dev/${VND}a VND_RDEV= /dev/r${VND}a VND_CRDEV= /dev/r${VND}c -PID!= echo $$$$ DISKTYPE= rdroot2.5M |