diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 21:30:18 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-01-23 21:30:18 +0000 |
| commit | 588a45c6515ca88c4147758bcb6191914a292ca8 (patch) | |
| tree | 70c3b98fb96defefca01475bd57f9da10c57d25c /gnu/usr.bin/cvs | |
| parent | aae156b27cb9908f2539a32246c6049ee9735e75 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cvs')
| -rw-r--r-- | gnu/usr.bin/cvs/lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cvs/lib/Makefile b/gnu/usr.bin/cvs/lib/Makefile index 56ab922d91ad..ab44594b491a 100644 --- a/gnu/usr.bin/cvs/lib/Makefile +++ b/gnu/usr.bin/cvs/lib/Makefile @@ -9,6 +9,7 @@ CLEANFILES+= getdate.c y.tab.h NOPROFILE= yes -install:; +install: + @echo -n .include <bsd.lib.mk> |
