diff options
author | Richard Basch <probe@mit.edu> | 1993-11-19 10:27:05 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1993-11-19 10:27:05 +0000 |
commit | 23d9e3692f6dc680fc5e1d8bfd65f9659e2bd56b (patch) | |
tree | 469cf9eaf234c38157d146a4dee87b8e14e476cd /clients/zpopnotify | |
parent | 1584680a1903cfe953cb3dcbfd2415dfb88c017b (diff) |
Use new Athena imake rules
Diffstat (limited to 'clients/zpopnotify')
-rw-r--r-- | clients/zpopnotify/Imakefile | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/clients/zpopnotify/Imakefile b/clients/zpopnotify/Imakefile index 91b6851..497b984 100644 --- a/clients/zpopnotify/Imakefile +++ b/clients/zpopnotify/Imakefile @@ -1,21 +1,13 @@ -/**/# Copyright 1988 Massachusetts Institute of Technology. +/**/# Copyright 1988, 1993 Massachusetts Institute of Technology. /**/# /**/# For copying and distribution information, see the file /**/# "mit-copyright.h". /**/# -/**/# $Source$ -/**/# $Author$ /**/# $Id$ -/**/# -LIBS= ${ZEPHYR_LIB} ${KRB_LIB} ${COMERR_LIB} -LINTLIBS= ${ZEPHYR_LINTLIB} ${KRB_LINTLIB} ${COMERR_LINTLIB} SRCS = zpopnotify.c OBJS = zpopnotify.o -SRCDIR= ${SRCTOP}/clients/zpopnotify -CODE= ${SRCS} Imakefile - -normal_obj_rule() - -program(zpopnotify,${OBJS},,${LIBS},${USRETCDIR}) +SimpleProgram(zpopnotify,$(OBJS),$(ZLIBS),$(ATHETCDIR)) +install_man(zpopnotify.8,zpopnotify.8) +create_depend($(SRCS)) |