mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-21 23:29:16 +00:00
Makefile fixes for ftp and rsh
This commit is contained in:
parent
ed01d173df
commit
e0a16a3570
@ -1,8 +1,9 @@
|
||||
# $Id: Makefile,v 1.1 1998/01/24 08:21:08 taubert Exp $
|
||||
# $Id: Makefile,v 1.2 1998/02/09 08:32:51 taubert Exp $
|
||||
|
||||
PROG= ftp
|
||||
MAIN= main
|
||||
SRCS= main.c cmdtab.c domacro.c ruserpass.c ftp.c glob.c cmds.c ftp_var.c
|
||||
|
||||
STACK= 2048
|
||||
LDADD= -lnetdb
|
||||
DEBUG= 25
|
||||
@ -11,4 +12,4 @@ DEBUG= 25
|
||||
|
||||
#%.o : %.c
|
||||
# $(CC) -o $@ $(CFLAGS) $(__OFLAG) -c $<
|
||||
# nameobj -p $@
|
||||
# @gsh -c ${mktmp cd $(OBJ_DIR); nameobj -p $@}
|
||||
|
@ -1,11 +1,8 @@
|
||||
# @(#)Makefile 8.1 (Berkeley) 7/19/93
|
||||
# $Id: Makefile,v 1.1 1998/01/24 08:13:58 taubert Exp $
|
||||
# $Id: Makefile,v 1.2 1998/02/09 08:32:56 taubert Exp $
|
||||
|
||||
PROG= rsh
|
||||
SRCS= rsh.c
|
||||
LDADD= -lnetdb
|
||||
OPTIMIZE=79
|
||||
DEBUG= 25
|
||||
|
||||
#.if exists(${DESTDIR}/usr/lib/libkrb.a) && (defined(MAKE_KERBEROS) \
|
||||
# || defined(MAKE_EBONES))
|
||||
@ -19,6 +16,10 @@ DEBUG= 25
|
||||
BINOWN= root
|
||||
BINMODE=4555
|
||||
INSTALLFLAGS=-fschg
|
||||
#.PATH: ${.CURDIR}/../rlogin
|
||||
.SOURCE: ../rlogin
|
||||
|
||||
LDADD= -lnetdb
|
||||
OPTIMIZE=79
|
||||
DEBUG= 25
|
||||
|
||||
.INCLUDE: /src/gno/prog.mk
|
||||
|
Loading…
Reference in New Issue
Block a user