diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-20 18:48:01 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-20 18:48:01 +0000 |
commit | 34327c52abce3986ee21b9d0e1816f6bd5324287 (patch) | |
tree | b623c33fd10ac833d24576f88f2f155571a3fe3d /daemons/Makefile | |
parent | e769957bda9ecff3c70a710af77a816b802196a9 (diff) |
(getty):
Diffstat (limited to 'daemons/Makefile')
-rw-r--r-- | daemons/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/daemons/Makefile b/daemons/Makefile index 0d9bae28..580fe675 100644 --- a/daemons/Makefile +++ b/daemons/Makefile @@ -26,8 +26,11 @@ installationdir = $(libexecdir) OBJS = $(SRCS:.c=.o) +libutil-libsubst = -lutil + include ../Makeconf %: %.sh cp $< $@ +getty: -lutil |