- (djm) Added 'distprep' make target to simplify packaging
This commit is contained in:
parent
91606b17d2
commit
262ff170fb
|
@ -3,6 +3,7 @@
|
|||
- (djm) Use atomicio in loginrec
|
||||
- (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
|
||||
Irix 6.x array sessions, project id's, and system audit trail id.
|
||||
- (djm) Added 'distprep' make target to simplify packaging
|
||||
|
||||
20000627
|
||||
- (djm) Fixes to login code - not setting li->uid, cleanups
|
||||
|
|
|
@ -112,6 +112,9 @@ catman-do:
|
|||
>$${f%%.[18]}.0 ; \
|
||||
done
|
||||
|
||||
distprep: catman-do
|
||||
autoreconf
|
||||
|
||||
install: manpages $(TARGETS) install-files host-key
|
||||
|
||||
install-files:
|
||||
|
|
Loading…
Reference in New Issue