diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000000000000000000000000000000000000..682bf10c7be4c8325f09c336d0872f9d2ef48499
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,15 @@
+remote.c was created by Jamie Zawinski <jwz@netscape.com>, 24-Dec-94,
+and is Copyright © 1996 Netscape Communications Corporation, all
+rights reserved.  See remote.c for the license conditions.
+
+vroot.h is Copyright 1991 by Andreas Stolcke and Copyright 1990 by
+Solbourne Computer Inc.  See vroot.h for license conditions.
+
+All other parts (that is, the makefiles, configure script, et c) were
+written by Per Cederqvist <ceder+netscape@lysator.liu.se>, 2002-06-01,
+and is hereby placed in the public domain.
+
+Minor bugfixes were (knowingly or unknowlingly) contributed by the
+following persons (see ChangeLog for details):
+
+	Kelly <kbyanc@posi.net>
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000000000000000000000000000000000000..bf888ae2e6084d7a71744e8333942e0c80fafe0e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,8 @@
+# Makefile template template.  Written by Per Cederqvist 2002-06-01.
+# Placed in the public domain.
+
+bin_PROGRAMS = netscape-remote
+netscape_remote_SOURCES = remote.c vroot.h
+AM_LDFLAGS = @X_LIBS@
+AM_CFLAGS = @X_CFLAGS@
+LDADD = @X_PRE_LIBS@ -lXmu @X_EXTRA_LIBS@