diff options
Diffstat (limited to 'mit-pthreads/gen/Makefile.inc')
-rw-r--r-- | mit-pthreads/gen/Makefile.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/mit-pthreads/gen/Makefile.inc b/mit-pthreads/gen/Makefile.inc new file mode 100644 index 00000000000..6e2c3d44f43 --- /dev/null +++ b/mit-pthreads/gen/Makefile.inc @@ -0,0 +1,24 @@ +# from: @(#)Makefile.inc 5.21 (Berkeley) 5/24/91 +# $Id$ + +# gen sources +.PATH: ${srcdir}/gen + +SRCS+= ttyname.c isatty.c directory.c popen.c time.c ctime.c difftime.c \ + syslog.c eprintf.c getpwent.c getpwnamuid.c pwd_internal.c + +#SRCS+= alarm.c assert.c clock.c crypt.c ctermid.c ctype_.c \ +# disklabel.c err.c errlst.c exec.c fnmatch.c frexp.c \ +# fstab.c fts.c getcap.c getcwd.c getgrent.c getlogin.c getmntinfo.c \ +# getpass.c getpwent.c getsubopt.c getttyent.c getusershell.c glob.c \ +# infinity.c initgroups.c isatty.c isctype.c isinf.c mktemp.c nice.c \ +# nlist.c pause.c psignal.c raise.c \ +# scandir.c setjmperr.c \ +# setmode.c setrgid.c setruid.c siginterrupt.c \ +# siglist.c signal.c sigsetops.c syslog.c \ +# termios.c time.c times.c timezone.c ttyslot.c \ +# ualarm.c unvis.c utime.c valloc.c vis.c +# +# gen/regexp sources +#SRCS+= regerror.c regexp.c regsub.c + |