Skip to content

Commit

Permalink
ldattach: don't compile for non-linux systems
Browse files Browse the repository at this point in the history
There is just ldattach which doesn't compile because line disciplines are not
implemented that way on the Hurd.  Is TIOCSETD any kind of standard?  Else I
guess the patch below would be fine.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
  • Loading branch information
sthibaul authored and karelzak committed Jul 28, 2008
1 parent 43c2124 commit abd0b56
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sys-utils/Makefile.am
Expand Up @@ -3,19 +3,19 @@ include $(top_srcdir)/config/include-Makefile.am
bin_PROGRAMS =
sbin_PROGRAMS =
usrbinexec_PROGRAMS = flock ipcrm ipcs renice setsid
usrsbinexec_PROGRAMS = ldattach readprofile
usrsbinexec_PROGRAMS = readprofile

dist_man_MANS = flock.1 ipcrm.1 ipcs.1 renice.1 setsid.1 \
ldattach.8 readprofile.1
readprofile.1

if LINUX
bin_PROGRAMS += dmesg
sbin_PROGRAMS += ctrlaltdel
usrbinexec_PROGRAMS += cytune setarch lscpu
usrsbinexec_PROGRAMS += tunelp rtcwake
usrsbinexec_PROGRAMS += ldattach tunelp rtcwake

dist_man_MANS += dmesg ctrlaltdel.8 cytune.8 setarch.8 \
lscpu.1 tunelp.8 rtcwake.8
ldattach.8 lscpu.1 tunelp.8 rtcwake.8
endif

cytune_SOURCES = cytune.c cyclades.h
Expand Down

0 comments on commit abd0b56

Please sign in to comment.