mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-06 04:04:41 +00:00
6d45309184
- install to /usr/bin vice /bin
8 lines
151 B
Makefile
8 lines
151 B
Makefile
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
|
# $Id: Makefile,v 1.2 1998/03/11 03:03:23 gdr-ftp Exp $
|
|
|
|
PROG= last
|
|
BINDIR = /usr/bin
|
|
|
|
.INCLUDE: /src/gno/prog.mk
|