mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
While at it modernized build system up to recent automake. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
4 lines
70 B
Makefile
4 lines
70 B
Makefile
bin_PROGRAMS = prctl
|
|
prctl_SOURCES = prctl.c
|
|
man_MANS = prctl.1
|