From 434fd59c86592bf25dcb3717ce050718f63ed126 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 30 Apr 1997 00:49:09 +0000 Subject: [PATCH] Make an -> symlink. --- sys/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/Makefile b/sys/Makefile index 32cf6f70f0e5..8323cb904c9f 100644 --- a/sys/Makefile +++ b/sys/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1997/04/19 09:26:09 veego Exp $ +# $NetBSD: Makefile,v 1.17 1997/04/30 00:49:09 thorpej Exp $ # The ``rm -rf''s used below are safe because rm doesn't follow symbolic # links. @@ -10,7 +10,7 @@ SUBDIR+= arch/${MACHINE} SUBDIR+= lkm .endif -LFILES= errno.h fcntl.h poll.h syslog.h termios.h +LFILES= errno.h fcntl.h md5.h poll.h syslog.h termios.h MFILES= float.h frame.h stdarg.h varargs.h LDIRS= dev net netatalk netinet netccitt netiso netns netnatm nfs sys ufs vm