* merge bin and lib completely
* convert some ancient RCSID styles etc. to more modern stuff * fix use of CDIAGFLAGS+=, CFLAGS+= and COPTS+= to the correct variant (include bsd.own.mk _then_ COPTS+=) so they're added after any user-specified flags (this is probably lurking in more places than I can imagine) * fix some indenting, comments, etc. * make stuff compile (fix warnings/errors) * add script to review _all_ shlib_version after an openbsd import * remove two more obsolete /usr/lib/debug/ references * bin/ps: comment out some SMP code
This commit is contained in:
parent
386c302d84
commit
b65ac4d1e3
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
||||
# $MirOS: src/bin/ksh/Makefile,v 1.3 2005/03/15 19:05:11 tg Exp $
|
||||
# $MirOS: src/bin/ksh/Makefile,v 1.4 2005/08/29 20:54:39 tg Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2004/02/16 19:07:19 deraadt Exp $
|
||||
|
||||
PROG= ksh
|
||||
@ -7,8 +7,9 @@ SRCS= alloc.c c_ksh.c c_sh.c c_test.c c_ulimit.c edit.c emacs.c eval.c \
|
||||
path.c shf.c syn.c table.c trap.c tree.c tty.c var.c vi.c
|
||||
MAN= ksh.1
|
||||
|
||||
.include <bsd.own.mk>
|
||||
COPTS+= -Wall -Wextra -pedantic
|
||||
CPPFLAGS+= -DHAVE_CONFIG_H -I. -DMIRBSD_NATIVE
|
||||
CFLAGS+= -Wall -Wextra -pedantic
|
||||
CLEANFILES+= emacs.out
|
||||
|
||||
LINKS= ${BINDIR}/ksh ${BINDIR}/rksh
|
||||
|
Loading…
Reference in New Issue
Block a user