mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
bcee964977
These are mostly dummy man pages, without real content, some even outdated. None of these tools are part of any offered public interface, and they should not pretend to be by offering a man page.
14 lines
290 B
Makefile
14 lines
290 B
Makefile
include $(top_srcdir)/Makefile.am.inc
|
|
|
|
libexec_PROGRAMS = \
|
|
path_id
|
|
|
|
path_id_SOURCES = \
|
|
path_id.c \
|
|
../../libudev/libudev.h \
|
|
../../libudev/libudev.c \
|
|
../../libudev/libudev-device.c \
|
|
../../libudev/libudev-enumerate.c \
|
|
../../libudev/libudev-list.c \
|
|
../../libudev/libudev-util.c
|