diff options
| author | Paľo Šimo <palo.simo@gmail.com> | 2008-03-11 15:38:41 +0000 |
|---|---|---|
| committer | Paľo Šimo <palo.simo@gmail.com> | 2008-03-11 15:38:41 +0000 |
| commit | 4e4b74429cd870cd471a2e2167c8c4efa97c3e94 (patch) | |
| tree | 7aa6d633b5d6d5fe9a8f2c5e8c477151864a8fce /src/Makefile | |
| parent | 2157fe0d07796e3ca101d94bfed59cbb13b9e525 (diff) | |
| parent | 6cc0dede699e7505e832988bfb8229bf78399289 (diff) | |
| download | initscripts-4e4b74429cd870cd471a2e2167c8c4efa97c3e94.tar.gz initscripts-4e4b74429cd870cd471a2e2167c8c4efa97c3e94.tar.xz initscripts-4e4b74429cd870cd471a2e2167c8c4efa97c3e94.zip | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/initscripts
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 5c23a8fe..887e2373 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ CFLAGS+=$(RPM_OPT_FLAGS) -Wall -D_GNU_SOURCE PROGS=usernetctl doexec netreport testd usleep ipcalc initlog \ fstab-decode getkey ppp-watch consoletype genhostid rename_device \ - console_init + console_init console_check PPPWATCH_OBJS=ppp-watch.o shvar.o CONSOLE_INIT_OBJS=console_init.o shvar.o INITLOG_OBJS=initlog.o process.o @@ -30,6 +30,7 @@ install: install -m 755 consoletype $(ROOT)/sbin/consoletype install -m 755 rename_device $(ROOT)/lib/udev/rename_device install -m 755 console_init $(ROOT)/lib/udev/console_init + install -m 755 console_check $(ROOT)/lib/udev/console_check install -m 755 ccw_init $(ROOT)/lib/udev/ccw_init install -m 644 initlog.1 $(ROOT)$(mandir)/man1 install -m 644 genhostid.1 $(ROOT)$(mandir)/man1 |
