mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 08:14:24 +02:00
- (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
main tree while porting forward. Pointed out by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
This commit is contained in:
parent
efe35aad52
commit
40f4151e9f
@ -1,6 +1,9 @@
|
|||||||
20010209
|
20010209
|
||||||
- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
|
- (bal) patch to vis.c to deal with HAVE_VIS right by Robert Mooney
|
||||||
<rjmooney@mediaone.net>
|
<rjmooney@mediaone.net>
|
||||||
|
- (bal) .c.o rule in openbsd-compat/Makefile.in did not make it to the
|
||||||
|
main tree while porting forward. Pointed out by Lutz Jaenicke
|
||||||
|
<Lutz.Jaenicke@aet.TU-Cottbus.DE>
|
||||||
|
|
||||||
20010208
|
20010208
|
||||||
- (djm) Don't delete external askpass program in make uninstall target.
|
- (djm) Don't delete external askpass program in make uninstall target.
|
||||||
|
@ -18,6 +18,8 @@ OPENBSD=base64.o bindresvport.o daemon.o getcwd.o getgrouplist.o inet_aton.o ine
|
|||||||
|
|
||||||
COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o
|
COMPAT=bsd-arc4random.o bsd-cygwin_util.o bsd-misc.o bsd-nextstep.o bsd-snprintf.o bsd-waitpid.o fake-getaddrinfo.o fake-getnameinfo.o
|
||||||
|
|
||||||
|
.c.o:
|
||||||
|
$(CC) $(CFLAGS) $(CPPFLAGS) -c $<
|
||||||
|
|
||||||
all: libopenbsd-compat.a
|
all: libopenbsd-compat.a
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user