]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - signal/Makefile
Update copyright notices with scripts/update-copyrights
[thirdparty/glibc.git] / signal / Makefile
index b616d62599c33dca351dc1b08e8399811e83d146..f9d5f715b921b0d156ca377474a5415adbba6e44 100644 (file)
@@ -1,5 +1,4 @@
-# Copyright (C) 1991,1992,1993,1994,1995,1996,1997,1998,2003
-#      Free Software Foundation, Inc.
+# Copyright (C) 1991-2014 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -13,9 +12,8 @@
 # Lesser General Public License for more details.
 
 # You should have received a copy of the GNU Lesser General Public
-# License along with the GNU C Library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307 USA.
+# License along with the GNU C Library; if not, see
+# <http://www.gnu.org/licenses/>.
 
 #
 #      Makefile for signal routines.
@@ -38,9 +36,7 @@ routines      := signal raise killpg \
                   allocrtsig sigtimedwait sigwaitinfo sigqueue \
                   sighold sigrelse sigignore sigset
 
-tests          := tst-signal tst-sigset tst-sigsimple
-
-distribute     := sigsetops.h testrtsig.h sigset-cvt-mask.h
+tests          := tst-signal tst-sigset tst-sigsimple tst-raise tst-sigset2
 
 
 include ../Rules