Add a missing backslash to get this to work again.

Reviewed by:
Submitted by:	jkh
This commit is contained in:
Jordan K. Hubbard 1994-08-08 15:17:41 +00:00
parent 021ce2d62e
commit b10e56dadd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1950

View File

@ -8,7 +8,7 @@ SRCS+= alarm.c assert.c clock.c closedir.c confstr.c crypt.c ctermid.c \
exec.c fnmatch.c frexp.c fstab.c fts.c getbsize.c getcap.c getcwd.c \
getdomainname.c getgrent.c getgrouplist.c gethostname.c getloadavg.c \
getlogin.c getmntinfo.c getnetgrent.c getpagesize.c getpass.c \
getpwent.c getttyent.c getusershell.c glob.c initgroups.c isatty.c
getpwent.c getttyent.c getusershell.c glob.c initgroups.c isatty.c \
nice.c nlist.c opendir.c pause.c popen.c psignal.c pwcache.c raise.c \
readdir.c rewinddir.c scandir.c seekdir.c setdomainname.c \
sethostname.c setjmperr.c setmode.c siginterrupt.c siglist.c signal.c \