aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-12-10 20:25:42 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-12-10 20:25:42 +0000
commit5c3d973a4ae3b94db65a8198759ea911a6e097e8 (patch)
tree6d1d0b317a5c7fde6864f22cf58d83e1fb790ff0 /Makefile
parent3b2859e9dcebc268241f76eec9a1b80b2dc3e129 (diff)
downloadrtmux-5c3d973a4ae3b94db65a8198759ea911a6e097e8.tar.gz
rtmux-5c3d973a4ae3b94db65a8198759ea911a6e097e8.tar.bz2
rtmux-5c3d973a4ae3b94db65a8198759ea911a6e097e8.zip
Import OpenBSD's getopt(3) to workaround broken glibc version.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b331580e..26b0cc97 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.79 2008-12-08 16:19:51 nicm Exp $
+# $Id: Makefile,v 1.80 2008-12-10 20:25:41 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -79,7 +79,7 @@ CFLAGS+= -DUSE_LIBUTIL_H
OBJS= ${SRCS:S/.c/.o/:S/.y/.o/}
DISTDIR= ${PROG}-${VERSION}
-DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO \
+DISTFILES= *.[chyl] Makefile GNUmakefile *.[1-9] NOTES TODO CHANGES \
`find examples compat -type f -and ! -path '*CVS*'`
CLEANFILES= ${PROG} *.o .depend *~ ${PROG}.core *.log index.html