diff options
Diffstat (limited to 'etc')
-rw-r--r-- | etc/MAKEDEV.mi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV.mi b/etc/MAKEDEV.mi index 903b2baf596..4428e23f223 100644 --- a/etc/MAKEDEV.mi +++ b/etc/MAKEDEV.mi @@ -1,6 +1,6 @@ include(MAKEDEV.sub)dnl dnl -vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.27 2002/02/14 04:37:15 todd Exp $-})dnl +vers(a,{-$OpenBSD: MAKEDEV.mi,v 1.28 2002/02/14 04:41:32 todd Exp $-})dnl dnl divert(1)dnl {-#-} @@ -106,7 +106,7 @@ twrget(all,attyB,sd,5,6,7,8,9)dnl target(all,sd,0,1,2,3,4)dnl target(all,mcd,0)dnl twrget(all,fdesc,fd)dnl -target(all,pty,0,1)dnl +target(all,pty,0,1,2)dnl target(all,st,0,1)dnl target(all,ch,0)dnl target(all,cd,0,1)dnl |