blob: 2879c086b0eccc72e2999a407f97d92cca3bfb3e [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001#
2# $Id$
3#
4
Roland McGrathe1e57b22007-07-05 18:43:18 +00005all: vfork fork sig skodic clone leaderkill
6
7leaderkill: LDFLAGS += -pthread
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00008
9clean distclean:
Roland McGrathe1e57b22007-07-05 18:43:18 +000010 rm -f clone vfork fork sig leaderkill *.o core
Wichert Akkerman76baf7c1999-02-19 00:21:36 +000011