blob: ded1fd30860886fd6c8372a9485a21bcbb0df431 (
plain)
1
2
3
4
5
6
7
8
9
|
## Process this file with automake to produce Makefile.in
# These binaries go in /sbin (not /usr/sbin), and that cannot be
# overridden at config time.
sbindir = /sbin
dist_sbin_SCRIPTS = osd_login
MAINTAINERCLEANFILES = Makefile.in
|