Commit graph

4 commits

Author SHA1 Message Date
Petar Kapris 27a087ac3d Add missing make dependency in `install' target
The `install' target was missing the existence of a compiled executable
in the directory as a dependency, it's been added.
2020-12-10 13:48:06 +01:00
Petar Kapris 0bfd961a8c Completely rewrite broken Makefile
The Makefile for the project was unable to properly build. It didn't
call an X11 library which was needed for the program to link, but called
various libraries which weren't necessary. It also didn't install the
/etc/timeouts config file, didn't have an uninstall option, and it's
install would fail, due to the fact that it used non-existent
directories as install destinations, and broken user and group settings
for the files.

All of the afformentioned problems have been mended in this commit. It's
likely that all of the problems which actually broke the program were
due to a difference in Unix systems of the early 90s compared to 2020.
It's likely the X11 libraries were reorganised, and the users and groups
in the install command have been obsoleted.
2020-11-24 21:44:10 +01:00
Peter Eisentraut 642d4c9ea8 Imported Debian patch 1.5-10.1 2009-01-04 23:11:59 -07:00
Shawn Willden 6236f92ec8 Imported Upstream version 1.5 2009-01-04 23:11:58 -07:00